|
MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
|
Font loading functions required by MHEG5 engine (Hong Kong profile) More...
Go to the source code of this file.
Data Structures | |
| struct | S_FontData |
Enumerations | |
| enum | E_FontDataType { MHEG5_RAW_FONT_DATA_TTF, MHEG5_FONT_FILE_PATH_TTF } |
Functions | |
| E_MhegErr | DVB_MhegGetEmbeddedFont (const U8BIT *fontName, S_FontData **fontData) |
| Retrieves the specified embedded font. Depending on the requirements of the platform, it may either pass back: More... | |
Font loading functions required by MHEG5 engine (Hong Kong profile)
| enum E_FontDataType |
| E_MhegErr DVB_MhegGetEmbeddedFont | ( | const U8BIT * | fontName, |
| S_FontData ** | fontData | ||
| ) |
Retrieves the specified embedded font. Depending on the requirements of the platform, it may either pass back:
| fontName | Name of the font required, as specified in the application |
| fontData | Pointer to the data for the required font. |