From 294d4533489e9ed6b7e71c63a1faa9722a2621c6 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 10 Jun 2020 02:39:37 +0200 Subject: page/form refactor; implemented form layout, labels --- code/fe310/eos/eve/screen/font.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'code/fe310/eos/eve/screen/font.h') 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); -- cgit v1.2.3