summaryrefslogtreecommitdiff
path: root/nuklear_ui/font_mac.m
AgeCommit message (Collapse)Author
2018-04-05Added 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-04Fix 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-25Added OSX implementation of default_fontMichael Pavone
--HG-- branch : nuklear_ui