Name
UseFont -- change the current font (V4.5)
Synopsis
UseFont(id)
Function
This function changes the current font to the font specified by
id
. The font id specified here must have been preloaded by either
OpenFont()
or
@FONT
.
The font style will be reset when calling this command.
Inputs
id
identifier of the font to use
Example
See
OpenFont
Show TOC