comparison nuklear_ui/font.h @ 1527:4f6e8acd7b6a nuklear_ui

Added support for TTC and dfont format true type fonts. More robust font selection on Windows
author Michael Pavone <pavone@retrodev.com>
date Tue, 06 Mar 2018 21:27:12 -0800
parents c5c022c7aa54
children
comparison
equal deleted inserted replaced
1526:9bea1a199f15 1527:4f6e8acd7b6a
1 #ifndef FONT_H_ 1 #ifndef FONT_H_
2 #define FONT_H_ 2 #define FONT_H_
3 3
4 char *default_font_path(void); 4 uint8_t *default_font(uint32_t *size_out);
5 5
6 #endif //FONT_H_ 6 #endif //FONT_H_