Programming guideline of WinDom
- NAME
-
FontId2Name - convert an id-font in a font name.
- PROTOTYPAGE
-
int FontId2Name( int id, char *name);
- PARAMETERS
-
- id:
- font identificator,
- name:
- name font associated to id, it should be a
64-byte buffer.
- valeur de retour: -1 si la fonte n'existe pas.
- DESCRIPTION
-
The identificator font is an integer value which identify in
a unique way a font. This fonction finds the font name
associated to a font identificator. The fonction needs a font
manager to work correctly.
- SEE ALSO
-
FontName2Id