<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luaotfload/src, branch v2.7-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>[parsers] fix rhs parsing in configuration</title>
<updated>2016-04-27T20:58:36+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2016-04-27T20:34:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=23ff1b009f3b4df6754848196d7556c11c323d83'/>
<id>23ff1b009f3b4df6754848196d7556c11c323d83</id>
<content type='text'>
Fix issue #344

An incomplete matching rule for determining configuration values caused
return bytes (0x0d) to leak into the configuration if Windows style
newlines are used. Fixed by adapting the pattern.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix issue #344

An incomplete matching rule for determining configuration values caused
return bytes (0x0d) to leak into the configuration if Windows style
newlines are used. Fixed by adapting the pattern.
</pre>
</div>
</content>
</entry>
<entry>
<title>[db] restrict bold style fallback heuristic</title>
<updated>2016-04-27T20:58:32+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2016-04-27T20:26:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=d6b1caf014582edd216efab7ab47fd5193591ae3'/>
<id>d6b1caf014582edd216efab7ab47fd5193591ae3</id>
<content type='text'>
@dohyunkim pointed out that due to the too broad criteria, secondary
style variants like “heavy”, “black” ended up getting picked over the
actual “bold”.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
@dohyunkim pointed out that due to the too broad criteria, secondary
style variants like “heavy”, “black” ended up getting picked over the
actual “bold”.
</pre>
</div>
</content>
</entry>
<entry>
<title>[fontloader] sync with Context as of 2016-04-27</title>
<updated>2016-04-27T17:09:28+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2016-04-27T17:09:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=05c1a1f336a3148f9f8e3b02e3944deaebb0357f'/>
<id>05c1a1f336a3148f9f8e3b02e3944deaebb0357f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[db] disarm fallback assignment</title>
<updated>2016-04-27T06:20:17+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2016-04-27T06:20:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=48a7f10116bcdbcfbf427e761c48df33713ba5e5'/>
<id>48a7f10116bcdbcfbf427e761c48df33713ba5e5</id>
<content type='text'>
When adapting to the new loader we repeated the mistake of classifying
“bold” faces by too broad criteria, thereby sabotaging the recognition
of large families from Adobe. Restore the old behavior by only treating
those faces as bold fallback that advertise and exact weight of 700.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When adapting to the new loader we repeated the mistake of classifying
“bold” faces by too broad criteria, thereby sabotaging the recognition
of large families from Adobe. Restore the old behavior by only treating
those faces as bold fallback that advertise and exact weight of 700.
</pre>
</div>
</content>
</entry>
<entry>
<title>[db] adapt call to getinfo() for revised interface</title>
<updated>2016-04-27T06:00:39+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2016-04-27T06:00:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=08f6c022be4fca298df03fe5582647d5b8c9785e'/>
<id>08f6c022be4fca298df03fe5582647d5b8c9785e</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 family / style matching</title>
<updated>2016-04-27T05:42:56+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2016-04-27T05:42:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=e789cc0309f9d850e72dc724c0e686a9c03b7979'/>
<id>e789cc0309f9d850e72dc724c0e686a9c03b7979</id>
<content type='text'>
Fix #342

Due to the reassigned fontname fields, certain values designating styles
ended up being interpreted wrongly and members of the font families
ended up in the wrong table.

Thanks to @dohyunkim for spotting the issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #342

Due to the reassigned fontname fields, certain values designating styles
ended up being interpreted wrongly and members of the font families
ended up in the wrong table.

Thanks to @dohyunkim for spotting the issue.
</pre>
</div>
</content>
</entry>
<entry>
<title>[main] handle module load failure</title>
<updated>2016-04-26T21:17:54+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2016-04-26T21:13:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=ae9a8c83c83a4ad5f6fe0288d801512421e895de'/>
<id>ae9a8c83c83a4ad5f6fe0288d801512421e895de</id>
<content type='text'>
Forward the errors received from require() in a readable manner and exit
on the spot.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Forward the errors received from require() in a readable manner and exit
on the spot.
</pre>
</div>
</content>
</entry>
<entry>
<title>[aux] fix \fontdimen{10,114}</title>
<updated>2016-04-26T20:30:05+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2016-04-26T20:30:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=a62867edb4dc4b5d46fe2b8c34fa4f6dc7fddc5c'/>
<id>a62867edb4dc4b5d46fe2b8c34fa4f6dc7fddc5c</id>
<content type='text'>
Fix #341

Hironori Kitagawa pointed out that the patch for the other math
parameters doesn’t work. Turns out Hans relocated the “mathconstants”
table …
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #341

Hironori Kitagawa pointed out that the patch for the other math
parameters doesn’t work. Turns out Hans relocated the “mathconstants”
table …
</pre>
</div>
</content>
</entry>
<entry>
<title>[aux] actually pull capheight and ascender values from the correct table</title>
<updated>2016-04-26T06:15:07+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2016-04-26T06:15:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=73521a6f3d35b8cf0e4cfc5d57f32ee5b7d4d6d3'/>
<id>73521a6f3d35b8cf0e4cfc5d57f32ee5b7d4d6d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[aux] probe multiple characters when guessing the capital height</title>
<updated>2016-04-25T22:36:56+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg@phi-gamma.net</email>
</author>
<published>2016-04-25T22:36:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=2a60462172f9e077e6df0887654a5e54fe4ce204'/>
<id>2a60462172f9e077e6df0887654a5e54fe4ce204</id>
<content type='text'>
Provide fallbacks in case no ‘X’ character is available for capheight
measurement.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide fallbacks in case no ‘X’ character is available for capheight
measurement.
</pre>
</div>
</content>
</entry>
</feed>
