FILLS THE SYSTEM OBJECT NUMBER N WITH THE LIST OF THE AVAILABLE FONTS
ACTION
The command FONT_NAMES_LOAD N fills the system object designated by its number N with the list of the available fonts.
The system object is of type : MEMO, COMBO, LIST, DLIST.
SYNTAX:
FONT_NAMES_LOAD N
USE ERROR EXAMPLE
rem create a LIST
list 1
rem fill it with the list of the fonts
font_names_add 1
FONT_NAMES_LOAD
FONT_NAMES_LOAD N
SEE ALSO
FONT_NAME
FONT_SIZE
FONT_COLOR
FONT_BOLD
FONT_BOLD_OFF
FONT_ITALIC
FONT_ITALIC_OFF
FONT_UNDERLINE
FONT_UNDERLINE_OFF
FONT_STRIKE
FONT_STRIKE_OFF
FONT_NAMES_ADD