diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-03-06 21:27:12 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-03-06 21:27:12 -0800 |
commit | d738c30dec8a7c9f351094851c00a4623f339084 (patch) | |
tree | d74219313a54b16466a53f4be180093cd5775a02 /nuklear_ui/font.h | |
parent | 94b11b186fa4cf46c64bc3fad55f74c7b5096ffe (diff) |
Added support for TTC and dfont format true type fonts. More robust font selection on Windows
--HG--
branch : nuklear_ui
Diffstat (limited to 'nuklear_ui/font.h')
-rw-r--r-- | nuklear_ui/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nuklear_ui/font.h b/nuklear_ui/font.h index 7c68ddd..f74480b 100644 --- a/nuklear_ui/font.h +++ b/nuklear_ui/font.h @@ -1,6 +1,6 @@ #ifndef FONT_H_ #define FONT_H_ -char *default_font_path(void); +uint8_t *default_font(uint32_t *size_out); #endif //FONT_H_ |