aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/fontsrv/mac.c
AgeCommit message (Collapse)AuthorFilesLines
2020-05-29fontsrv: handle non-BMP runes on X11Russ Cox1-2/+4
Have to adjust algorithms to deal with much larger number of subfont files as well.
2020-01-13devdraw: use consistent mac-* prefix on macOS filesRuss Cox1-0/+362
We were using osx- and cocoa- but it's not even OS X anymore.