| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: text-edit-pane
face returns two values: (1) the font face of the first character of the selected range of text-edit-pane as a keyword, and (2) true if and only if the entire selection is the same font face.
(setf face) sets the font face of the selected range of text-edit-pane to a new value, which should be a keyword that names an installed font face.
A text-edit-pane argument must be an instance of
a text-edit-pane
(which is a
superclass of rich-edit-pane
). It cannot be a
text-edit-window
or a rich-edit
control
(apply window to
a rich-edit
control to get a value suitable as an argument to this function).
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 |