summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/font/font_osx.cpp
Commit message (Expand)AuthorAgeFilesLines
* Much more core std::string_view modernization AJR2021-01-201-1/+1
* Low-level #include overhaul AJR2021-01-021-1/+0
* font_osx.cpp: Why does Apple even have these macros? They're not expected to ... AJR2020-04-081-2/+2
* Mac: Use Arial Unicode MS as the default font (fixes missing glyphs in many l... arbee2020-04-081-1/+25
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-3/+3
* log failure to get glyph, but keep drawing (nw) Vas Crabb2017-08-081-3/+0
* font_osx: handle fonts where space glyphs return a null bounding box (e.g. Hi... Vas Crabb2017-08-061-43/+64
* log some failures (nw) Vas Crabb2017-08-051-28/+37
* Use proper font metrics on OSX rather than trying to guess advance from glyph... Vas Crabb2017-08-051-67/+38
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-2/+2
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-13/+13
* Fix TTC loading (thanks for the tip, Sarayan) Vas Crabb2016-03-171-1/+1
* Move font enumeration to OSD, separate font name from display name as needed ... Vas Crabb2016-03-171-29/+110
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+200