You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core/embed/extmod/modtrezorui/fonts/font_tthoves_demibold_21.h

11 lines
365 B

#include <stdint.h>
#if TREZOR_FONT_BPP != 4
#error Wrong TREZOR_FONT_BPP (expected 4)
#endif
#define Font_TTHoves_DemiBold_21_HEIGHT 21
#define Font_TTHoves_DemiBold_21_MAX_HEIGHT 21
#define Font_TTHoves_DemiBold_21_BASELINE 4
extern const uint8_t* const Font_TTHoves_DemiBold_21[126 + 1 - 32];
extern const uint8_t Font_TTHoves_DemiBold_21_glyph_nonprintable[];