![]() |
MHEG-5
19.3.0
MHEG-5 Documentation
|
Font loading functions required by MHEG5 engine (Hong Kong profile) More...
Go to the source code of this file.
Classes | |
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)
Definition in file dvb_font.h.
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. |