summaryrefslogtreecommitdiff
path: root/otfl-font-ltx.lua
Commit message (Collapse)AuthorAgeFilesLines
* migrate files from ‘otfl’ to ‘luaotfload’ prefixPhilipp Gesang2013-04-221-205/+0
|
* fix font syntax parserPhilipp Gesang2013-04-181-1/+3
|
* finish move to new loggersPhilipp Gesang2013-04-151-2/+8
|
* choose less generic identifiers in font-ltxPhilipp Gesang2013-04-101-42/+44
|
* Enable italic correction feature by defaultKhaled Hosny2012-03-271-1/+1
| | | | | | | Conflicts: otfl-font-xtx.lua tests/itlc.tex
* Really set default mode to nodeKhaled Hosny2011-11-101-0/+4
| | | | | This have been long broken since ConTeXt code no longer uses the value of `fonts.mode`, now we set it independent of ConTeXt code.
* Accept comma-separated key valuesKhaled Hosny2011-10-171-1/+1
| | | | This mainly fixes passing a comma-separated list to `featurefile`.
* No more pairs()/ipairs()Khaled Hosny2011-10-141-1/+1
|
* Enable default features even if no script is selectedKhaled Hosny2011-10-081-8/+7
|
* Fix parse_script() after recent changes in the fileKhaled Hosny2011-10-061-12/+7
|
* Reduce the diff between otfl-font-ltx.lua otfl-fonts-def.lua and use the formerKhaled Hosny2011-10-041-60/+49
|
* Rename font-xtx.luaKhaled Hosny2011-03-021-0/+208
We heavily change the file locally and it is relatively static, so rename it to void being overridden with every sync.