summaryrefslogtreecommitdiff
path: root/src/luaotfload-auxiliary.lua
Commit message (Collapse)AuthorAgeFilesLines
* [*] kill off file headersPhilipp Gesang2015-11-051-2/+0
| | | | We have the VCS info in the status file; these things are just silly.
* [aux] do not rely on the AGL being loaded at initialization timePhilipp Gesang2015-07-301-4/+3
|
* [*] bump version and datePhilipp Gesang2015-03-291-3/+3
|
* [main, aux] add a callback that installs a .resources table in fonts that itPhilipp Gesang2014-12-141-0/+29
| | | | | | | | | | | | | | Fixes https://github.com/lualatex/luaotfload/issues/253 Sort of. In order to not interfere with the other callbacks which expect a sane environment this hack got added by means of another callback that is called whenever a defined font lacks essential subtables. This means that the user must consider cases like numbers and partially defined fonts. It’s best to keep both cases separate so those who aren’t concerned with workarounds for weird fonts can stick with the clean interface.
* [auxiliary] eliminate redundant conditionsPhilipp Gesang2014-09-051-53/+47
|
* [auxiliary] robustify font property lookupsPhilipp Gesang2014-09-051-3/+9
| | | | | | | | | | This adresses an issue with entries in the font table that lack the common font structure (manually parsed fonts??). Subtable lookups are now guarded with nil-checks. Reported by Herbert Voss Signed-off-by: Philipp Gesang <phg42.2a@gmail.com>
* aux: add helpers for accessing the index table/index filePhilipp Gesang2014-06-041-2/+39
|
* [main] log name: requests independent of fontloaderPhilipp Gesang2014-05-181-2/+2
|
* [*] move source files to ./srcPhilipp Gesang2014-02-121-0/+783