<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luaotfload/tests, branch v1.10</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>Adding a test file for fonts.conf configuration</title>
<updated>2010-06-04T15:30:15+00:00</updated>
<author>
<name>Elie Roux</name>
<email>elie.roux@telecom-bretagne.eu</email>
</author>
<published>2010-06-04T15:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=075ef195bf5c129ea9d7006e29d035a749f8fec1'/>
<id>075ef195bf5c129ea9d7006e29d035a749f8fec1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitely convert color value to string</title>
<updated>2010-06-03T12:06:18+00:00</updated>
<author>
<name>Khaled Hosny</name>
<email>khaledhosny@eglug.org</email>
</author>
<published>2010-06-03T12:06:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=d2b32f51a324046b00757cf6a5e0e8b1b73327ff'/>
<id>d2b32f51a324046b00757cf6a5e0e8b1b73327ff</id>
<content type='text'>
Fixes #9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #9
</pre>
</div>
</content>
</entry>
<entry>
<title>Split the tfm test to uts own plain file</title>
<updated>2010-05-31T17:56:10+00:00</updated>
<author>
<name>Khaled Hosny</name>
<email>khaledhosny@eglug.org</email>
</author>
<published>2010-05-31T17:56:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=782e67f7807e25c88a5e1d7fc3bfeddf33fb6adf'/>
<id>782e67f7807e25c88a5e1d7fc3bfeddf33fb6adf</id>
<content type='text'>
The tfmofm.ltx is special since this specific issues can't be tested in
plain (cm math fonts which trigger the issue are dumped in the format,
so the ttf version never get loaded in plain).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tfmofm.ltx is special since this specific issues can't be tested in
plain (cm math fonts which trigger the issue are dumped in the format,
so the ttf version never get loaded in plain).
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding a test for loading an ofm font with and without the extention.</title>
<updated>2010-05-31T17:22:23+00:00</updated>
<author>
<name>Elie Roux</name>
<email>elie.roux@telecom-bretagne.eu</email>
</author>
<published>2010-05-31T17:22:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=dc450f3e576a30b87250564ca3c50b39a9ca728e'/>
<id>dc450f3e576a30b87250564ca3c50b39a9ca728e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle bypassing TFM fonts properly</title>
<updated>2010-05-31T16:54:23+00:00</updated>
<author>
<name>Khaled Hosny</name>
<email>khaledhosny@eglug.org</email>
</author>
<published>2010-05-31T16:37:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=f7f60c1f72bb8c9cd64372c313e05cf46a570354'/>
<id>f7f60c1f72bb8c9cd64372c313e05cf46a570354</id>
<content type='text'>
We now detect tfm fonts much earlier and force a file based lookup,
thus bypassing |names.resolve()| completely.

So, now |\font\tenrm=cmr10| is exactly the same as |\font\tenrm=file:cmr10|
as long as there is a tfm/ofm file named cmr10.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now detect tfm fonts much earlier and force a file based lookup,
thus bypassing |names.resolve()| completely.

So, now |\font\tenrm=cmr10| is exactly the same as |\font\tenrm=file:cmr10|
as long as there is a tfm/ofm file named cmr10.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support 'opbd' (OpenType protrusion) feature</title>
<updated>2010-04-02T15:28:28+00:00</updated>
<author>
<name>Khaled Hosny</name>
<email>khaledhosny@eglug.org</email>
</author>
<published>2010-04-02T15:14:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=00ac320063ff016aea9f997948aa104d31bc95ff'/>
<id>00ac320063ff016aea9f997948aa104d31bc95ff</id>
<content type='text'>
Code scrapped from ConTeXt, AFAIK, no font implements OpenType optical
bounds (on of Linux Libertine font has traces of it), but I plan to use
it in my fonts. The committed feature file is prepared for Pagella, we
can later have font specific feature files like this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Code scrapped from ConTeXt, AFAIK, no font implements OpenType optical
bounds (on of Linux Libertine font has traces of it), but I plan to use
it in my fonts. The committed feature file is prepared for Pagella, we
can later have font specific feature files like this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix optical size matching</title>
<updated>2010-04-02T07:34:09+00:00</updated>
<author>
<name>Khaled Hosny</name>
<email>khaledhosny@eglug.org</email>
</author>
<published>2010-04-02T05:29:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=e829a47bf78db8f1a9f691dcd7b096eab58040ad'/>
<id>e829a47bf78db8f1a9f691dcd7b096eab58040ad</id>
<content type='text'>
With the previous commit, if we don't found a font with the requested
optical size, we return nothing, though we might have a matching font
name.

Now we store all matching names with no matching optical size and return
the first one, then we return the closest match (i.e. if the requested
size is 15pt and we have 10pt and 5pt match, we return the 10pt one).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the previous commit, if we don't found a font with the requested
optical size, we return nothing, though we might have a matching font
name.

Now we store all matching names with no matching optical size and return
the first one, then we return the closest match (i.e. if the requested
size is 15pt and we have 10pt and 5pt match, we return the 10pt one).
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite font matching logic to be more consistent</title>
<updated>2010-04-02T05:07:41+00:00</updated>
<author>
<name>Khaled Hosny</name>
<email>khaledhosny@eglug.org</email>
</author>
<published>2010-04-02T03:55:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=6ef791e91eb0c497494cbb12063d9ef72841080e'/>
<id>6ef791e91eb0c497494cbb12063d9ef72841080e</id>
<content type='text'>
We now simply loop over the whole data.mappings table, so loading font
by family, fullname, psname etc is all the same,  but it is a bit slower
now (~0.25s with syatemfonts.tex).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now simply loop over the whole data.mappings table, so loading font
by family, fullname, psname etc is all the same,  but it is a bit slower
now (~0.25s with syatemfonts.tex).
</pre>
</div>
</content>
</entry>
<entry>
<title>Support loading fonts by fullname</title>
<updated>2010-04-01T21:03:27+00:00</updated>
<author>
<name>Khaled Hosny</name>
<email>khaledhosny@eglug.org</email>
</author>
<published>2010-04-01T20:59:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=868e6b8d73fc2e9d75d39507ff261c7b34b78002'/>
<id>868e6b8d73fc2e9d75d39507ff261c7b34b78002</id>
<content type='text'>
Now, if we didn't find a matching family name, we then try fullname.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now, if we didn't find a matching family name, we then try fullname.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix optical size with no range_top/bottom</title>
<updated>2010-04-01T20:33:45+00:00</updated>
<author>
<name>Khaled Hosny</name>
<email>khaledhosny@eglug.org</email>
</author>
<published>2010-04-01T20:33:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=aefd8aafbae9531277b95e775b25a257e02a19ef'/>
<id>aefd8aafbae9531277b95e775b25a257e02a19ef</id>
<content type='text'>
Some fonts give only design size with no range, in this case we now will
assume range top == range bottom == design size.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some fonts give only design size with no range, in this case we now will
assume range top == range bottom == design size.
</pre>
</div>
</content>
</entry>
</feed>
