diff options
Diffstat (limited to 'code/fe310/eos/eve/screen/font.h')
-rw-r--r-- | code/fe310/eos/eve/screen/font.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/code/fe310/eos/eve/screen/font.h b/code/fe310/eos/eve/screen/font.h index 0572015..24b745e 100644 --- a/code/fe310/eos/eve/screen/font.h +++ b/code/fe310/eos/eve/screen/font.h @@ -7,3 +7,5 @@ typedef struct EVEFont { } EVEFont; void eve_font_init(EVEFont *font, uint8_t font_id); +uint16_t eve_font_string_width(EVEFont *font, char *s); +uint8_t eve_font_height(EVEFont *font); |