Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-05 | Added code to fallback to Yosemite or pre-Yosemite system font in case ↵ | Michael Pavone | |
current system font can't be found or is in an unusable format. San Francisco font used on current OS X versions is in a .otf file whih presumably means it has CFF outlines that stb_truetype can't use. | |||
2018-04-04 | Fix silly bug in handling of Mac Roman font names. Make Mac font search more ↵ | Michael Pavone | |
exhaustive if the faster prefix check fails. Added a bunch of debug printfs in case those aren't sufficient to get things working on other machines | |||
2018-03-25 | Added OSX implementation of default_font | Michael Pavone | |
--HG-- branch : nuklear_ui |