![]() |
MT2523 API Reference
LinkIt SDK v4
|
Define the string information structure to display. More...
#include <gdi_font_engine.h>
Data Fields | |
| int32_t | x |
| Top left x coordinate. More... | |
| int32_t | y |
| Top left y coordinate. More... | |
| uint8_t * | string |
| The pointer to a Unicode string. More... | |
| int32_t | length |
| The string length. More... | |
| int32_t | baseline_height |
| The base line of the string. More... | |
Define the string information structure to display.
| int32_t baseline_height |
The base line of the string.
-1, the font engine will query the string information.
| int32_t length |
The string length.
| uint8_t* string |
The pointer to a Unicode string.
| int32_t x |
Top left x coordinate.
| int32_t y |
Top left y coordinate.