1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-08 15:48:08 +00:00
trezor-firmware/core/embed/rust/librust_fonts.h
2024-01-03 11:32:12 +01:00

8 lines
218 B
C

typedef struct {
const uint8_t* ptr;
uint32_t len;
} PointerData;
// TODO: Theoretically, the `len` is not used by the client and does not have to be sent
PointerData get_utf8_glyph(uint16_t char_code, int font);