<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/src/cmd/fontsrv/osx.c, branch patch</title>
<subtitle>Plan 9 from User Space (with patches)</subtitle>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/'/>
<entry>
<title>devdraw: use consistent mac-* prefix on macOS files</title>
<updated>2020-01-13T21:46:14+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-01-09T01:07:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=933b98054f40bb224acda134d7bb77a023bcc57f'/>
<id>933b98054f40bb224acda134d7bb77a023bcc57f</id>
<content type='text'>
We were using osx- and cocoa- but it's not even OS X anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were using osx- and cocoa- but it's not even OS X anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>Trivial changes: whitespace and modes.</title>
<updated>2020-01-10T14:54:30+00:00</updated>
<author>
<name>Dan Cross</name>
<email>cross@gajendra.net</email>
</author>
<published>2020-01-10T14:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=fa325e9b42b0bdfb48857d1958d9fb7ceac55151'/>
<id>fa325e9b42b0bdfb48857d1958d9fb7ceac55151</id>
<content type='text'>
Remote whitespace at the ends of lines.
Remove blank lines from the ends of files.
Change modes on source files so that they
are not executable.

Signed-off-by: Dan Cross &lt;cross@gajendra.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remote whitespace at the ends of lines.
Remove blank lines from the ends of files.
Change modes on source files so that they
are not executable.

Signed-off-by: Dan Cross &lt;cross@gajendra.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fontsrv: disable font smoothing on osx (#196)</title>
<updated>2018-11-14T04:09:59+00:00</updated>
<author>
<name>Xiao-Yong</name>
<email>jinxiaoyong@gmail.com</email>
</author>
<published>2018-11-14T04:09:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=2419c9343827a679353a8c0a44fd6e0e3e631a3c'/>
<id>2419c9343827a679353a8c0a44fd6e0e3e631a3c</id>
<content type='text'>
macOS Mojave version 10.14 starts to disable font smoothing.
We disable font smoothing for OSX_VERSION &gt;= 101400 to match the
system default font rendering.
It also makes the font rendering on macOS similar to that on X11.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
macOS Mojave version 10.14 starts to disable font smoothing.
We disable font smoothing for OSX_VERSION &gt;= 101400 to match the
system default font rendering.
It also makes the font rendering on macOS similar to that on X11.</pre>
</div>
</content>
</entry>
<entry>
<title>fontsrv: omit box-drawing characters from line struts on macOS</title>
<updated>2018-06-26T21:24:22+00:00</updated>
<author>
<name>Igor Burago</name>
<email>ib@iburago.org</email>
</author>
<published>2018-05-17T23:18:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=df2d9ec9d169626cdc2a23829bb2831738215722'/>
<id>df2d9ec9d169626cdc2a23829bb2831738215722</id>
<content type='text'>
For some fonts, using box-drawing characters in the representative
text for computing the line height results in it being uncomfortably
high. Replace them with accented capitals and tall lower-case letters
which lead to a more conservative increase in the line height.

Fixes #162.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For some fonts, using box-drawing characters in the representative
text for computing the line height results in it being uncomfortably
high. Replace them with accented capitals and tall lower-case letters
which lead to a more conservative increase in the line height.

Fixes #162.
</pre>
</div>
</content>
</entry>
<entry>
<title>fontsrv: fix some memory leaks</title>
<updated>2018-03-27T13:03:12+00:00</updated>
<author>
<name>Xiao-Yong Jin</name>
<email>xjin@anl.gov</email>
</author>
<published>2018-03-21T03:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=a3ec102dc7fee3d4ecb32ade5ec9d7de4b9b4304'/>
<id>a3ec102dc7fee3d4ecb32ade5ec9d7de4b9b4304</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fontsrv: enlarge drawing buffer for subfonts on macOS</title>
<updated>2018-03-27T13:02:33+00:00</updated>
<author>
<name>Xiao-Yong Jin</name>
<email>xjin@anl.gov</email>
</author>
<published>2018-03-15T03:45:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=96dc2330918909c925a5c3a6407116dad7f93c3a'/>
<id>96dc2330918909c925a5c3a6407116dad7f93c3a</id>
<content type='text'>
Double the width returned by CTFontGetBoundingBox when drawing.
Add box drawing characters for determining the line height.
Call freememimage(1) for the character memimage.

Fixes #18.
Fixes #120.
Fixes #146.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Double the width returned by CTFontGetBoundingBox when drawing.
Add box drawing characters for determining the line height.
Call freememimage(1) for the character memimage.

Fixes #18.
Fixes #120.
Fixes #146.
</pre>
</div>
</content>
</entry>
<entry>
<title>fontsrv: skip only the surrogate pairs</title>
<updated>2018-03-23T11:05:33+00:00</updated>
<author>
<name>Mechiel Lukkien</name>
<email>mechiel@ueber.net</email>
</author>
<published>2018-01-06T17:01:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=4ebaf18e9234bf58aae7a5c47fc15ec4c80812b6'/>
<id>4ebaf18e9234bf58aae7a5c47fc15ec4c80812b6</id>
<content type='text'>
fontsrv wasn't rendering fontawesome icons,
which uses the private use area around 0xf000.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fontsrv wasn't rendering fontawesome icons,
which uses the private use area around 0xf000.
</pre>
</div>
</content>
</entry>
<entry>
<title>fontsrv: avoid quote mapping on fonts with indistinguishable quotes</title>
<updated>2017-06-19T13:58:51+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2017-06-19T13:58:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=711336c348ac9b98cd22464496e6b7e9a109c3a9'/>
<id>711336c348ac9b98cd22464496e6b7e9a109c3a9</id>
<content type='text'>
Fixes #86.

Change-Id: Id487219a0fcfdb68133fc81b11383365a1431c1c
Reviewed-on: https://plan9port-review.googlesource.com/2922
Reviewed-by: Russ Cox &lt;rsc@swtch.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #86.

Change-Id: Id487219a0fcfdb68133fc81b11383365a1431c1c
Reviewed-on: https://plan9port-review.googlesource.com/2922
Reviewed-by: Russ Cox &lt;rsc@swtch.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fontsrv: do not try to look up surrogate pairs</title>
<updated>2016-01-22T11:52:32+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2016-01-22T11:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=c499ab911db8afefa197988c796331697c06219b'/>
<id>c499ab911db8afefa197988c796331697c06219b</id>
<content type='text'>
Change-Id: Ib0a680e123ba02b41e1029e356543c24e8b4647e
Reviewed-on: https://plan9port-review.googlesource.com/1430
Reviewed-by: Russ Cox &lt;rsc@swtch.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib0a680e123ba02b41e1029e356543c24e8b4647e
Reviewed-on: https://plan9port-review.googlesource.com/1430
Reviewed-by: Russ Cox &lt;rsc@swtch.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fontsrv: use CoreText API on OS X</title>
<updated>2015-02-17T05:00:09+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2015-02-17T04:58:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=32dc15fa62d94c88f0b62bfe4d64ba60fe1733a6'/>
<id>32dc15fa62d94c88f0b62bfe4d64ba60fe1733a6</id>
<content type='text'>
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 &lt;rsc@swtch.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;rsc@swtch.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
