summaryrefslogtreecommitdiffstats
path: root/src/cmd/fontsrv/mkfile
Commit message (Collapse)AuthorAgeFilesLines
* devdraw: use consistent mac-* prefix on macOS filesRuss Cox2020-01-131-2/+0
| | | | We were using osx- and cocoa- but it's not even OS X anymore.
* fontsrv: disable font smoothing on osx (#196)Xiao-Yong2018-11-131-0/+1
| | | | | | macOS Mojave version 10.14 starts to disable font smoothing. We disable font smoothing for OSX_VERSION >= 101400 to match the system default font rendering. It also makes the font rendering on macOS similar to that on X11.
* fontsrv: fix build on OpenBSD 5.2Christian Kellermann2012-12-111-1/+1
| | | | | | R=rsc CC=plan9port.codebot https://codereview.appspot.com/6850108
* fontsrv: scaled pjwRuss Cox2012-12-011-0/+5
| | | | | R=rsc https://codereview.appspot.com/6854130
* fontsrv: x11 supportYuval Pavel Zholkover2012-10-211-1/+2
| | | | | | R=rsc, 0intro CC=plan9port.codebot http://codereview.appspot.com/6739047
* fix INSTALL warningsRuss Cox2012-05-291-1/+1
| | | | | R=rsc http://codereview.appspot.com/6258060
* mergeRuss Cox2009-07-081-0/+14