summaryrefslogtreecommitdiff
path: root/luaotfload.lua
Commit message (Collapse)AuthorAgeFilesLines
* reduce verbosity of the font loaderPhilipp Gesang2013-04-211-0/+41
| | | | | | | | | | | | this is my version of: https://github.com/phi-gamma/luaotfload/commit/3a59b8b6b226ed22ccd16aec2dc2e272f015cc74 I undid the original because our policy is not to change imported files except for applying hot fixes in advance that Hans will add eventually. However, we’ll see if we really need otfl-fonts.lua anyways as its functionality might fit better in to luaotfload.lua.
* document --info optionPhilipp Gesang2013-04-211-0/+5
|
* remove comments on dependencies (in dtx now)Philipp Gesang2013-04-181-38/+0
|
* expand docsPhilipp Gesang2013-04-181-4/+37
|
* avoid calling table.contains()Philipp Gesang2013-04-171-2/+2
|
* remove attribute allocation hackPhilipp Gesang2013-04-161-52/+19
|
* integrate luaotfload.lua into luaotfload.dtxPhilipp Gesang2013-04-161-87/+185
|
* bump version; keep luaotfload well-formed for dtxtoolPhilipp Gesang2013-04-151-29/+2
|
* clean font-pfbPhilipp Gesang2013-04-151-2/+4
|
* avoid two calls to the file libraryPhilipp Gesang2013-04-151-1/+8
|
* us TFM reader for OFM (needs testing)Philipp Gesang2013-04-151-7/+9
|
* add virtual font file lookupPhilipp Gesang2013-04-141-1/+21
|
* attempt at restoring KH’l OFM hackPhilipp Gesang2013-04-131-1/+14
|
* enable overrides for Context loggersPhilipp Gesang2013-04-111-1/+1
|
* fallback for earlier lualibs; move locals up in luaotfload.luaPhilipp Gesang2013-04-101-7/+7
|
* integrate changes from master; add otfl-features.luaPhilipp Gesang2013-04-101-59/+10
|
* merge deferred functionality back into luaotfload.luaPhilipp Gesang2013-04-101-12/+216
|
* circumvent the callback trap from luatexbasePhilipp Gesang2013-04-101-9/+27
|
* make font patching work again with font definition wrapperPhilipp Gesang2013-04-101-1/+8
|
* make font definition callback wrapper work with current tfm object structurePhilipp Gesang2013-04-101-3/+4
|
* description of loading procedurePhilipp Gesang2013-04-101-4/+47
|
* new font loader initialization code (thanks Hans)Philipp Gesang2013-04-091-2/+7
|
* preliminarily add luaotfload.lua, luaotfload-deferred.lua (move to dtx later)Philipp Gesang2013-04-091-0/+105
|
* making a dtx for luaotfload, with documentationElie Roux2009-04-161-148/+0
|
* fixing access to en empty table in some particular (LaTeX-only) casesElie Roux2009-04-151-0/+3
|
* syncronizing with the latest ConTeXt beta, fixing bugsElie Roux2009-04-121-14/+12
|
* adding an error in case of a missing fileElie Roux2009-04-081-2/+5
|
* adding a first working version of luaotfloadElie Roux2009-04-081-0/+144