Contains common information related to API_FontType.
More...
#include <APIdefs_Environment.h>
|
Int32 | index |
| The index is the current index of the given font. References to any font are done through these indices. It goes from 1 to the maximum available font index.
|
|
short | flags |
| specifies whether this is a vectorial font.
|
|
char | name [API_UniLongNameLen] |
| The name of the font as UTF-8 encoded C string, which appears in the appropriate dialogs.
|
|
GS::UniString * | uniStringNamePtr |
| Optional parameter for accessing the name of the font in UniString (UTF-16 encoded) format.
|
|
Contains common information related to API_FontType.