![]() |
MT2523 API Reference
LinkIt SDK v4
|
This section defines the macros for the font engine. More...
This section defines the macros for the font engine.
Macros | |
| #define | GDI_FONT_ENGINE_SSC_ENGLISH "*#0044#" |
| Define the SSC string of different languages. More... | |
| #define | GDI_FONT_ENGINE_SSC_SCHINESE "*#0086#" |
| The SSC string of the simplified Chinese. More... | |
| #define | GDI_FONT_ENGINE_SSC_TCHINESE "*#0886#" |
| The SSC string of the traditional Chinese. More... | |
| #define | GDI_FONT_ENGINE_LANGUAGE_NAME_LENGTH 40 |
| Define the size of the language details. More... | |
| #define | GDI_FONT_ENGINE_SSC_SIZE 10 |
| The SSC size. More... | |
| #define | GDI_FONT_ENGINE_COUNTRY_CODE_SIZE 8 |
| The country code size. More... | |
| #define | GDI_FONT_ENGINE_ISO_SIZE 4 |
| The ISO size. More... | |
| #define | GDI_FONT_ENGINE_FONT_SMALL 0x0000 |
| Define the font size. More... | |
| #define | GDI_FONT_ENGINE_FONT_MEDIUM 0x0001 |
| Medium font size. More... | |
| #define | GDI_FONT_ENGINE_FONT_LARGE 0x0002 |
| Large font size. More... | |
Typedefs | |
| typedef uint8_t | gdi_font_engine_size_t |
| Define the type of the font size. More... | |
| #define GDI_FONT_ENGINE_COUNTRY_CODE_SIZE 8 |
The country code size.
| #define GDI_FONT_ENGINE_FONT_LARGE 0x0002 |
Large font size.
| #define GDI_FONT_ENGINE_FONT_MEDIUM 0x0001 |
Medium font size.
| #define GDI_FONT_ENGINE_FONT_SMALL 0x0000 |
Define the font size.
Small font size.
| #define GDI_FONT_ENGINE_ISO_SIZE 4 |
The ISO size.
| #define GDI_FONT_ENGINE_LANGUAGE_NAME_LENGTH 40 |
Define the size of the language details.
The size of the language name.
| #define GDI_FONT_ENGINE_SSC_ENGLISH "*#0044#" |
Define the SSC string of different languages.
Please refer to the mtk_gLanguageArray in the FontRes.c generated by the resource generator tool for the SSC string of other languages.The SSC string of English.
| #define GDI_FONT_ENGINE_SSC_SCHINESE "*#0086#" |
The SSC string of the simplified Chinese.
| #define GDI_FONT_ENGINE_SSC_SIZE 10 |
The SSC size.
| #define GDI_FONT_ENGINE_SSC_TCHINESE "*#0886#" |
The SSC string of the traditional Chinese.
| typedef uint8_t gdi_font_engine_size_t |
Define the type of the font size.