diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-11-09 19:15:36 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-11-09 19:15:36 +0100 |
| commit | 0bd58d53437969264a0c217f9048baa71a4ef698 (patch) | |
| tree | c7f13d8fee4e24314b5d01e19deba06fae508b22 /include | |
| parent | 92489617eec44b913515404143baf5b094a16473 (diff) | |
font scaling
Diffstat (limited to 'include')
| -rw-r--r-- | include/asset_defs.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 <projectbase/project_base.h> +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 |
