summaryrefslogtreecommitdiff
path: root/fontdbutil.lua
Commit message (Collapse)AuthorAgeFilesLines
* rename fontdbutil -> luaotfload-toolPhilipp Gesang2013-04-291-444/+0
|
* catch tfm/ofm before db update; remove ``kpse.lookup()`` as criterion for ↵Philipp Gesang2013-04-281-3/+9
| | | | resolved font
* add lookups ``file:``, ``path:``, ``name:``, and ``anon:``Philipp Gesang2013-04-281-1/+1
|
* add ``flush-cache`` option to fontdbutilPhilipp Gesang2013-04-261-2/+19
|
* scan fontconfig dirs even though ``$OSFONTDIR`` is setPhilipp Gesang2013-04-251-1/+1
| | | | | | | This is essentially what this change to the TL2011 version does: https://github.com/lualatex/luaotfload/commit/31530badb2681ff3423fe31f5eccf3d05fab1956#L2R657 in response to this issue: https://github.com/lualatex/luaotfload/issues/11
* add ``--alias`` option to fontdbutilPhilipp Gesang2013-04-251-14/+24
|
* catch irregular ``file:`` lookupsPhilipp Gesang2013-04-241-1/+2
| | | | | | | we now index base names and extensionless base names of font files as well so as to work around quirks of the Xetex compatibility layer. this will probably get removed after the syntax parser is redone.
* set minimum luatex version to 0.76; reduce verbosity of fontdbutilPhilipp Gesang2013-04-231-8/+23
|
* move to human-readable names 1Philipp Gesang2013-04-231-2/+2
|
* Merge branch 'master' of https://github.com/phi-gamma/luaotfloadPhilipp Gesang2013-04-221-0/+4
|
* make main files recognize the new ``luaotfload-`` prefixPhilipp Gesang2013-04-221-0/+391