MHEG5 1.0
DTVKit MHEG5 1.0 API 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 "mh5ingredient.h"
Go to the source code of this file.
Data Structures | |
struct | sMHEG5Font |
Macros | |
#define | INVALID_MG_FNT_INDEX 0x7f |
Typedefs | |
typedef struct sMHEG5Font | MHEG5Font |
Functions | |
void | MHEG5fontInit (MHEG5Font *font) |
<Function description>=""> 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 | 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 | 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.
#define INVALID_MG_FNT_INDEX 0x7f |
typedef struct sMHEG5Font MHEG5Font |
void MHEG5fontActivate | ( | MHEG5Font * | font | ) |
void MHEG5fontDeactivate | ( | MHEG5Font * | font | ) |
void MHEG5fontDestruct | ( | MHEG5Font * | font | ) |
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.
font | Pointer to object to free. |
void MHEG5fontInit | ( | MHEG5Font * | font | ) |
<Function description>="">
font | Pointer to object to initialise. |
<Function description>="">
font | Pointer to object to initialise. |
void MHEG5fontPrepare | ( | 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. |