#include <mt_gemx.h>
Data Fields | |
FNTS_ITEM * | next |
UTXT_FN | display |
long | id |
short | index |
char | mono |
char | outline |
short | npts |
char * | full_name |
char * | family_name |
char * | style_name |
char * | pts |
long | reserved [4] |
|
Pointer to the display function for the user fonts |
|
Pointer to the family name |
|
Pointer to the complete name |
|
Font ID, >= 65536 for user fonts |
|
Must be 0, as not a VDI font |
|
Flag for mono-spaced font |
|
Pointer to the next font or 0L (end of the list) |
|
Number of predefined point sizes |
|
Flag for vector font |
|
Pointer to field with point sizes |
|
Reserved, must be 0 |
|
Pointer to the style name |