ADDS THE LIST OF AVAILABLE FONTS TO THE SYSTEM OBJECT NUMBER N
ACTION
The command FONT_NAMES_ADD N adds the list of available fonts to the system object designated by its number N.
The list is added after the last line (at the end) of the system object.
The system object is of type : MEMO, COMBO, LIST, DLIST.
SYNTAX:
FONT_NAMES_ADD N
USE ERROR EXAMPLE
rem create a LIST
list 1
rem fill it with a line
item_add 1,"Hello !"
rem add the list of the fonts
font_names_add 1
FONT_NAMES_ADD
FONT_NAMES_ADD 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_LOAD