<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luaotfload/src, branch v2.8-fix-1</title>
<subtitle>Font handling for Luatex, Plain and LaTeX</subtitle>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/'/>
<entry>
<title>[fontloader] add ad-hoc patch by Hans</title>
<updated>2017-02-04T11:11:34+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2017-02-04T11:11:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=19c26e507f2780ffc428636f7eea817415c18101'/>
<id>19c26e507f2780ffc428636f7eea817415c18101</id>
<content type='text'>
Fix attempt for issue #391
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix attempt for issue #391
</pre>
</div>
</content>
</entry>
<entry>
<title>[db] increase version</title>
<updated>2017-02-03T21:05:41+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2017-02-03T21:05:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=f445197b9eb9ccd9ea7fe6ec78a15a6109629488'/>
<id>f445197b9eb9ccd9ea7fe6ec78a15a6109629488</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[db] omit the extra funcall when converting units</title>
<updated>2017-02-03T07:14:56+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2017-02-03T06:52:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=7308f84bf07382407df5efe14a7a9e96f0cb5e3a'/>
<id>7308f84bf07382407df5efe14a7a9e96f0cb5e3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[db] fix dd conversion of asked size</title>
<updated>2017-02-03T07:12:15+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2017-02-03T06:39:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=6971d4a0340aad6736ef6bd7bd16361d156142dd'/>
<id>6971d4a0340aad6736ef6bd7bd16361d156142dd</id>
<content type='text'>
Includes @zhouyan’s description of the conversion in case we’ll ever add
further units.

Reviewed-by: Yan Zhou &lt;zhouyan@me.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Includes @zhouyan’s description of the conversion in case we’ll ever add
further units.

Reviewed-by: Yan Zhou &lt;zhouyan@me.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'canonical/pr/402'</title>
<updated>2017-02-02T22:06:14+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2017-02-02T22:06:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=af4355dc4406482a04b0a23a44969f55fcb0de37'/>
<id>af4355dc4406482a04b0a23a44969f55fcb0de37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'canonical/pr/401'</title>
<updated>2017-02-02T22:04:31+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2017-02-02T22:04:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=a3a28ee74faca63bbba07e045906a36b4e967e98'/>
<id>a3a28ee74faca63bbba07e045906a36b4e967e98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[db] fix design size scaling</title>
<updated>2017-02-02T21:59:21+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2017-02-02T21:59:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=529578f58c8221f7fe3deaceecec3a4cf3ff8f2d'/>
<id>529578f58c8221f7fe3deaceecec3a4cf3ff8f2d</id>
<content type='text'>
As discussed in issue #398.

Ad futuram rei memoriam the gist of it:

- For the index, all values are scaled (decipoints * sp) / 10 *
  (7227 / 7200).

- The ``bp`` case (the default, OT-standard), needs no conversion
  because it matches how values are stored in the index.

- The ``pt`` case essentially reverts the bp→pt part of scaling
  done for the database by scaling the asked size by the same
  factor, i. e. by 7227 / 7200.

- The ``dd`` needs an extra 1238 / 1157.

Requesting a font at 10pt will then:

- ask for a size of 655360 for ``bp`` / default;
- ask for 657817 for ``pt``;
- ask for 703870 for ``dd``.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As discussed in issue #398.

Ad futuram rei memoriam the gist of it:

- For the index, all values are scaled (decipoints * sp) / 10 *
  (7227 / 7200).

- The ``bp`` case (the default, OT-standard), needs no conversion
  because it matches how values are stored in the index.

- The ``pt`` case essentially reverts the bp→pt part of scaling
  done for the database by scaling the asked size by the same
  factor, i. e. by 7227 / 7200.

- The ``dd`` needs an extra 1238 / 1157.

Requesting a font at 10pt will then:

- ask for a size of 655360 for ``bp`` / default;
- ask for 657817 for ``pt``;
- ask for 703870 for ``dd``.
</pre>
</div>
</content>
</entry>
<entry>
<title>use design size to calculate the distance for `inrange`</title>
<updated>2017-02-02T11:50:32+00:00</updated>
<author>
<name>Yan Zhou</name>
<email>zhouyan@me.com</email>
</author>
<published>2017-02-02T11:50:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=228e15f4a8452e3120e1fca4f5cdcda3bdf8bf82'/>
<id>228e15f4a8452e3120e1fca4f5cdcda3bdf8bf82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid more than one `inrange` when there’s no overlap</title>
<updated>2017-02-02T11:30:23+00:00</updated>
<author>
<name>Yan Zhou</name>
<email>zhouyan@me.com</email>
</author>
<published>2017-02-02T11:30:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=184148b97861cb13728c1b7d6a8d8e909fc4cf90'/>
<id>184148b97861cb13728c1b7d6a8d8e909fc4cf90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[features] remove unneeded tlig features</title>
<updated>2017-02-02T06:38:05+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2017-02-02T06:38:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=7250ac958d842f45d28220db87203506d3ae65c0'/>
<id>7250ac958d842f45d28220db87203506d3ae65c0</id>
<content type='text'>
Fix #397

These four features should not be inserted automatically.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #397

These four features should not be inserted automatically.
</pre>
</div>
</content>
</entry>
</feed>
