summaryrefslogtreecommitdiff
path: root/luaotfload-auxiliary.lua
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'font-matching'Philipp Gesang2013-11-051-1/+9
|\ | | | | | | | | | | | | | | Conflicts: NEWS luaotfload-database.lua luaotfload-override.lua luaotfload.dtx
| * [db] stop exposing the global index objectPhilipp Gesang2013-11-041-1/+9
| |
* | [aux,characters] import further Context codePhilipp Gesang2013-09-141-18/+107
|/ | | | | | | this allows loading Context bidi code without importing the whole lot of ``char-def.lua`` and ``char-ini.lua``. Addresses https://github.com/lualatex/luaotfload/issues/132
* [lib] integrate AFM librariesPhilipp Gesang2013-08-111-1/+1
|
* make font name rewriting optionalPhilipp Gesang2013-07-141-4/+27
| | | | | | | | | | | | | ... but still activated by default the trouble with rewriting the font name is that it diverges from the behavior as stated in the Luatex reference. according to chapter 7, the field ``name`` of the font structure should contain the “metric (file) name”. by including the complete specification we cater to hacks that feed ``\fontname`` (which reads the ``name`` field) back into ``\font`` as Xetex does. this appears to work without complications, but formats other than Latex might not need it. so the best strategy would be to make it an option and have Fontspec activate this non-standard behavior.
* bump version, update NEWSPhilipp Gesang2013-07-101-1/+1
|
* add unsafe fallback to character data lookupPhilipp Gesang2013-06-221-1/+1
|
* fix input of cached resolverPhilipp Gesang2013-06-221-1/+1
|
* update NEWS; bump versionPhilipp Gesang2013-06-021-2/+2
|
* replace tfmdata.name with the quoted specPhilipp Gesang2013-06-021-0/+11
|
* make compatibility hacks optionalPhilipp Gesang2013-06-021-7/+10
|
* remove ``lfs.mkdirs()`` hackPhilipp Gesang2013-05-231-1/+1
|
* 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