![]() |
MHEG5
18.9.0
MHEG5 Documentation
|
Implement the MHEG5 Font Class Font Class Defines a class to represent a character font used for rendering text objects. Base class: Ingredient Subclasses: None Status: Concrete class. More...
#include <stdlib.h>
#include "mh5font.h"
#include "mh5memory.h"
#include "mh5queue.h"
#include "mh5application.h"
#include "mh5scene.h"
#include "mh5text.h"
#include "mh5object.h"
#include "mh5gate.h"
#include "mh5display.h"
Go to the source code of this file.
Functions | |
void | MHEG5fontRefreshTexts (MHEG5Font *font) |
Refresh Text objects that reference this Font object. This function may be called after the font has been retrieved (and its contented adapted successfully or unsuccessfully), or when the content retrieval failed. More... | |
void | MHEG5fontInit (MHEG5Font *font) |
Initialise a font object with default values. More... | |
void | MHEG5fontFree (MHEG5Font *font) |
Free off all memory associated with the specified object, including any exchanged attributes and internal data. The data holding the object itself is not freed. More... | |
void | MHEG5fontPrepare (MHEG5Font *font) |
void | MHEG5fontDestruct (MHEG5Font *font) |
void | MHEG5fontActivate (MHEG5Font *font) |
void | MHEG5fontDeactivate (MHEG5Font *font) |
Implement the MHEG5 Font Class Font Class Defines a class to represent a character font used for rendering text objects. Base class: Ingredient Subclasses: None Status: Concrete class.
Definition in file mh5font.c.
void MHEG5fontFree | ( | MHEG5Font * | font | ) |
void MHEG5fontInit | ( | MHEG5Font * | font | ) |
void MHEG5fontRefreshTexts | ( | MHEG5Font * | font | ) |
Refresh Text objects that reference this Font object. This function may be called after the font has been retrieved (and its contented adapted successfully or unsuccessfully), or when the content retrieval failed.
group | Pointer to app or scene. |
font | Pointer to font object. |