|
||
FONT_NODE |
||||||||||||||||||||||||
Structure |
A data type that stores font information for use with entities
FONT_NODE { int font_type; FILE_NAME font_name; USINT style; FILE_NAME screen_font_name; USINT screen_style; int space_out; BOS_NODE **the_chars; int first_char; int last_char; int default_char; double unused; FONT_NODE *next_font; };
|
|||||||||||||||||||||||
Members |
|