Function GraSetFont() Foundation
Determines font for the display of characters drawn by GraStringAt().
GraSetFont( [<oPS>], [<oXbpFont>] ) --> oXbpCurrentFont
The function GraSetFont() returns the font object currently set. If a new font is specified, the function returns the previous font object.
The function GraSetFont() determines the character font used for the graphic output of characters or character strings within a presentation space. A character font is made available by an XbpFont object (see XbpFont()). The function GraSetFont() installs a XbpFont object, which is then used for the display of characters by the function GraStringAt().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.