summaryrefslogtreecommitdiff
path: root/luaotfload-auxiliary.lua
Commit message (Collapse)AuthorAgeFilesLines
* add ``get_quad()``Philipp Gesang2013-05-171-1/+51
|
* load character data on demandPhilipp Gesang2013-05-171-1/+41
|
* fix behavior of ``aux.slot_of_name()`` for missing glyphsPhilipp Gesang2013-05-161-4/+8
| | | | spotted by Robert
* add unsafe glyph checkerPhilipp Gesang2013-05-161-3/+25
|
* add functions for retrieving information about loaded fontsPhilipp Gesang2013-05-161-0/+72
|
* restore fallback features tablePhilipp Gesang2013-05-141-9/+11
|
* add font name matching functionalityPhilipp Gesang2013-05-141-15/+53
|
* address fonts by ids instead of csnamesPhilipp Gesang2013-05-131-10/+17
|
* move scan_external_dir() to auxlibPhilipp Gesang2013-05-121-0/+28
|
* restore ``name`` fields from ``metadata.origname``Philipp Gesang2013-05-111-4/+2
| | | | https://github.com/lualatex/luaotfload/issues/57#issuecomment-17753420
* remove cruft from auxlibPhilipp Gesang2013-05-101-6/+2
|
* [rfc] proposal for font name fallbackPhilipp Gesang2013-05-101-2/+4
|
* tame fontspec compatibility hacksPhilipp Gesang2013-05-091-10/+29
|
* make file lookups return string instead of pairPhilipp Gesang2013-05-091-1/+1
|
* add querying of font metadata to luaotfload-toolPhilipp Gesang2013-05-091-0/+4
|
* adjust font sizing with nonstandard em sizesPhilipp Gesang2013-05-081-1/+1
|
* remove fontspec argument order workaroundPhilipp Gesang2013-05-041-10/+0
|
* bump version; add/update attributionsPhilipp Gesang2013-05-041-1/+1
|
* additional workaround for inconsistent argument order in fontspec.luaPhilipp Gesang2013-05-031-8/+20
|
* add font object fallbacks for legacy packagesPhilipp Gesang2013-05-031-0/+62
|
* A little tuning (some simplifications)Elie Roux2013-05-031-22/+3
|
* use “slots” instead of “codepoints” in auxlibPhilipp Gesang2013-05-021-8/+24
|
* add glyph name <-> codepoint resolverPhilipp Gesang2013-05-011-0/+38
|
* add basic access functions for math dimensionsPhilipp Gesang2013-05-011-0/+25
|
* add capheight callbackPhilipp Gesang2013-05-011-3/+55
|
* add feature related functionality to auxlibPhilipp Gesang2013-05-011-3/+161
|
* draft for new auxlibPhilipp Gesang2013-05-011-0/+117