From 0bd58d53437969264a0c217f9048baa71a4ef698 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 9 Nov 2023 19:15:36 +0100 Subject: font scaling --- include/asset_defs.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include') diff --git a/include/asset_defs.h b/include/asset_defs.h index f052346..7001403 100644 --- a/include/asset_defs.h +++ b/include/asset_defs.h @@ -3,9 +3,17 @@ #include +font* fnt_52; +font* fnt_48; +font* fnt_44; +font* fnt_40; +font* fnt_36; font* fnt_32; +font* fnt_28; font* fnt_24; font* fnt_20; +font* fnt_16; +font* fnt_12; // Icons image* img_icon_bullets; @@ -63,5 +71,6 @@ Mix_Chunk* wav_collect; void load_assets(); +font* get_font(platform_window* window, float scale); #endif \ No newline at end of file -- cgit v1.2.3-70-g09d2