summaryrefslogtreecommitdiff
path: root/otfl-font-otf.lua
Commit message (Collapse)AuthorAgeFilesLines
* Updating to latest ConTeXt beta 2010.01.14Khaled Hosny2010-01-151-16/+23
| | | | | Fixes bug with some fonts ("attempt to get length of local 'splt' (a nil value)").
* Set internal fontname to font specificationKhaled Hosny2010-01-071-2/+4
| | | | | | | | | | | | | | | | LaTeX expects that fontname is the tfm name, and thus use it to recall the font, so we ought to store something that can be used the same way here. `specification.specification' is the string used to define the font. Test: \input luaotfload.sty \font\xxx=file:lmroman10-regular.otf:+liga;+tlig\xxx ``\fontname\font'' should be: {\tt file:lmroman10-regular.otf:+liga;+tlig} \bye closes #3
* Updating to latest ConTeXt beta (2009.12.30)Khaled Hosny2009-12-311-34/+178
|
* Updating to latest ConTeXt beta (2009.12.29)Khaled Hosny2009-12-301-15/+43
|
* Updating to latest ConTeXt beta (2009.12.26)Khaled Hosny2009-12-291-5/+28
|
* Updating to latest ConTeXt stable (2009.11.26)Khaled Hosny2009-11-271-5/+8
| | | | | See http://wiki.contextgarden.net/Context_2009.11.26 for list of changes.
* updating to latest (beta 2009.11.13) ConTeXt codeKhaled Hosny2009-11-151-14/+49
|
* updating to latest (20090809) ConTeXt code (with minor bugfix)Elie Roux2009-08-101-60/+123
|
* Sync with ConTeXt 2009.06.10 20:06, fixes bug with undefined ↵Khaled Hosny2009-06-111-1/+2
| | | | fonts.register_message function that would crash luatex with certain fonts, pluse more.
* syncing with latest ConTeXt version (more feautures, less bugs), thanks to ↵Elie Roux2009-06-101-122/+79
| | | | Khaled Hosny
* sync with the latest ConTeXt beta, and using luaotfload in DVI mode too (for ↵Elie Roux2009-04-231-10/+17
| | | | dvipdfmx)
* adding a first working version of luaotfloadElie Roux2009-04-081-0/+1577