mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-24 13:22:05 +00:00
7 lines
129 B
C
7 lines
129 B
C
![]() |
typedef struct {
|
||
|
const uint8_t* ptr;
|
||
|
uint32_t len;
|
||
|
} PointerData;
|
||
|
|
||
|
PointerData get_utf8_glyph(uint16_t char_code, int font);
|