summaryrefslogtreecommitdiff
path: root/otfl-font-otf.lua
Commit message (Collapse)AuthorAgeFilesLines
* Sync with ConTeXt beta 2011.10.07 00:40Khaled Hosny2011-10-071-2/+2
|
* Sync with ContTeXt beta 2011.10.05 23:32Khaled Hosny2011-10-061-8/+14
| | | | Fixes loading TFM fonts. Now almost all tests pass.
* Sync with ContTeXt beta 2011.10.03 12:59Khaled Hosny2011-10-041-1085/+1148
| | | | Does not run yet.
* Sync with ConTeXt 2011.02.25 22:03Khaled Hosny2011-03-021-76/+149
| | | | | This commit overrides all our local modification to ConTeXt file and is not tested at all.
* Merge remote branch 'origin/master' into unstableKhaled Hosny2011-03-021-1/+3
|\ | | | | | | | | Conflicts: luaotfload.dtx
| * Don't load the cached font if the feature file was changedKhaled Hosny2011-03-021-1/+3
| | | | | | | | Just a hack but seems to work until I check with Hans.
* | Sync with context 2010.11.03Khaled Hosny2010-11-051-0/+1
| |
* | Sync with context 2010.11.01Khaled Hosny2010-11-031-31/+60
| | | | | | | | Not tested, yet.
* | Now `make check-all` runs successfully againKhaled Hosny2010-11-031-1/+1
| |
* | Sync with context 2010.10.22Khaled Hosny2010-10-281-846/+943
|/ | | | This is a big sync and things might be seriously broken.
* Sync with ConTeXt beta (beta 2010.06.18)Khaled Hosny2010-06-181-3/+5
|
* Sync with ConTeXt beta (beta 2010.06.14)Khaled Hosny2010-06-141-176/+215
| | | | Fixes several bugs, including math bugs.
* Sync with ConTeXt beta (beta 2010.05.22)Khaled Hosny2010-05-231-3/+10
|
* Temporary fixKhaled Hosny2010-05-221-0/+1
|
* Patch from HansElie Roux2010-05-221-28/+11
| | | | This fixes the problem of the wrong filename in the cache. This change won't make it in TeXLive 2010's ConTeXt, but it's necessary for us.
* Sync with ConTeXt beta (beta 2010.05.20)Khaled Hosny2010-05-211-8/+8
|
* Updating to latest ConTeXt stable (2010.05.08)Khaled Hosny2010-05-091-0/+2
|
* Updating to latest ConTeXt beta (2010.03.12)Khaled Hosny2010-03-141-0/+3
| | | | Fixes a regression with legacy TeX ligatures (``'' etc.)
* Updating to latest ConTeXt beta (2010.02.24)Khaled Hosny2010-02-251-0/+33
| | | | Now encoding related code gone.
* Updating to latest ConTeXt beta (2010.02.23)Khaled Hosny2010-02-231-149/+15
| | | | | Now many of our fixes are incorporated upstream or fixed in a different way.
* Updating to latest ConTeXt beta (2010.02.03)Khaled Hosny2010-02-051-1/+1
|
* 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