summaryrefslogtreecommitdiffstats
path: root/src/cmd/fontsrv
Commit message (Collapse)AuthorAgeFilesLines
* fontsrv: do not try to look up surrogate pairsRuss Cox2016-01-221-0/+2
| | | | | | Change-Id: Ib0a680e123ba02b41e1029e356543c24e8b4647e Reviewed-on: https://plan9port-review.googlesource.com/1430 Reviewed-by: Russ Cox <rsc@swtch.com>
* fontsrv: use 64 chars per subfont instead of 256Russ Cox2015-08-273-8/+13
| | | | | | | | Makes loading faster, and makes larger sizes not too wide. Change-Id: I076c83fdb9577c1e596de45558f38ea93e3a2a31 Reviewed-on: https://plan9port-review.googlesource.com/1360 Reviewed-by: Russ Cox <rsc@swtch.com>
* fontsrv: fix x11 buildRuss Cox2015-02-181-1/+0
| | | | | | Change-Id: I60eca10d7749ec71dc2ffbb0fbde564a1b711fa1 Reviewed-on: https://plan9port-review.googlesource.com/1180 Reviewed-by: Russ Cox <rsc@swtch.com>
* fontsrv: use CoreText API on OS XRuss Cox2015-02-175-106/+143
| | | | | | | | | 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: disable X11 hintingEthan Burns2014-12-021-1/+1
| | | | | | | | | Discussion at: https://groups.google.com/d/topic/plan9port-dev/L7RVkXPmrdY/discussion https://github.com/9fans/plan9port/pull/7 Change-Id: I4f3a6791436120388ad8798e519f5e8473dd9306 Reviewed-on: https://plan9port-review.googlesource.com/1095
* fix gcc 4.8 warningsDavid du Colombier2014-03-031-1/+1
| | | | | | LGTM=rsc R=rsc https://codereview.appspot.com/33240044
* fontsrv: fix on X11 when X11H is not definedAlessandro Arzilli2013-01-301-1/+1
| | | | | | R=rsc CC=plan9port.codebot https://codereview.appspot.com/7228044
* fontsrv: fix build on OpenBSD 5.2Christian Kellermann2012-12-112-2/+7
| | | | | | R=rsc CC=plan9port.codebot https://codereview.appspot.com/6850108
* fontsrv: make single quotes look like quotesRuss Cox2012-12-031-3/+15
| | | | | R=rsc https://codereview.appspot.com/6864051
* fontsrv: scaled pjwRuss Cox2012-12-015-11/+369
| | | | | 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
* fontsrv: x11 supportYuval Pavel Zholkover2012-10-214-3/+274
| | | | | | R=rsc, 0intro CC=plan9port.codebot http://codereview.appspot.com/6739047
* fix INSTALL warningsRuss Cox2012-05-292-1/+2
| | | | | R=rsc http://codereview.appspot.com/6258060
* fontsrv: add half-documented -s optionRuss Cox2009-07-081-4/+8
|
* mergeRuss Cox2009-07-086-0/+946