aboutsummaryrefslogtreecommitdiff
path: root/libs/libgui/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libgui/gfx.h')
-rw-r--r--libs/libgui/gfx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/libgui/gfx.h b/libs/libgui/gfx.h
index cb89ff5..899bf4d 100644
--- a/libs/libgui/gfx.h
+++ b/libs/libgui/gfx.h
@@ -103,8 +103,7 @@ void gfx_write_char(struct gfx_context *ctx, vec2 pos, enum font_type font_type,
void gfx_write(struct gfx_context *ctx, vec2 pos, enum font_type font_type, u32 c,
const char *text) NONNULL;
-int gfx_font_height(enum font_type);
-int gfx_font_width(enum font_type);
+vec2 gfx_font_size(enum font_type font_type);
/**
* Image loading