| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: string face point-size &key boldp italicp underlinep color
Creates and returns a rich-text string with the text of the specified
plain-text string and with the specified character formatting. face
should be the keyword name of an installed font face. point-size is
the size of the font in points. boldp, italicp, and underlinep each
turn on the corresponding font attribute when
true. color should be an rgb object (see make-rgb)
indicating the foreground color of the text. If string is the null
string (a string of length zero), then the value of *empty-rtf-string*
is returned.
See cg-rich-text.htm for information about rich text editing in Common Graphics.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |