summaryrefslogtreecommitdiffstats
path: root/src/cmd/fontsrv/osx.c
Commit message (Collapse)AuthorAgeFilesLines
* fontsrv: use CoreText API on OS XRuss Cox2015-02-171-87/+126
| | | | | | | | | This gets us font fallback for free and avoids use of a deprecated API that might go away some day. Change-Id: I4b9b1a1ce3e6d98bfb407e3baea13f4adfe2c26a Reviewed-on: https://plan9port-review.googlesource.com/1160 Reviewed-by: Russ Cox <rsc@swtch.com>
* fontsrv: make single quotes look like quotesRuss Cox2012-12-031-3/+15
| | | | | R=rsc https://codereview.appspot.com/6864051
* fontsrv: scaled pjwRuss Cox2012-12-011-11/+3
| | | | | R=rsc https://codereview.appspot.com/6854130
* fontsrv: work around a few crashesRuss Cox2012-11-251-2/+6
| | | | | | | Probably not the right fix, but gets us going. R=rsc http://codereview.appspot.com/6782113
* mergeRuss Cox2009-07-081-0/+292