40 #define INVALID_MG_FNT_INDEX 0x7f
105 void MHEG5fontPrint(
MHEG5Font *font,
char *out);
Implementation of the Ingredient class.
void MHEG5fontActivate(MHEG5Font *font)
Definition: mh5font.c:160
struct sMHEG5Font MHEG5Font
Definition: mh5ingredient.h:63
void MHEG5fontFree(MHEG5Font *font)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5font.c:129
MHEG5Ingredient ingredient
Definition: mh5font.h:48
void MHEG5fontDestruct(MHEG5Font *font)
Definition: mh5font.c:151
void MHEG5fontDeactivate(MHEG5Font *font)
Definition: mh5font.c:178
void MHEG5fontRefreshTexts(MHEG5Font *font)
Refresh Text objects that reference this Font object. This function may be called after the font has ...
Definition: mh5font.c:101
void MHEG5fontPrepare(MHEG5Font *font)
Definition: mh5font.c:142
int mg_fnt_index
Definition: mh5font.h:53
void MHEG5fontInit(MHEG5Font *font)
<Function description>="">
Definition: mh5font.c:115