summaryrefslogtreecommitdiff
path: root/src/fontloader/misc/fontloader-font-oti.lua
Commit message (Collapse)AuthorAgeFilesLines
* [fontloader] sync with Context as of 2016-10-17Philipp Gesang2016-10-171-1/+3
|
* [fontloader] sync with Context as of 2016-07-05Philipp Gesang2016-07-051-0/+2
|
* [fontloader] sync with Context as of 2016-06-12Philipp Gesang2016-06-121-2/+2
|
* [fontloader] sync with Context as of 2015-12-21Philipp Gesang2015-12-211-1/+68
|
* [fontloader] reorganize under the new import schemePhilipp Gesang2014-12-091-0/+91
For better orientation, the fontloader tree now contains two subdirectories into which files have been reorganized: The two files required at runtime for the fontloader and luaotfload-tool are: × ``fontloader-basics-gen.lua`` × ``fontloader-fontloader.lua`` They are now kept in the ``src/fontloader/runtime/`` subdirectory. All other files from upstream are now located in ``src/fontloader/misc``. This includes a number of files that have not yet been part of Luaotfload. Currently, the *misc* set of files is not packaged along with Luaotfload. This may change in the future when there is an option to switch the merged fontloader for its constituent files, or even for upstream.