summaryrefslogtreecommitdiff
path: root/src/fontloader/misc/fontloader-basics-nod.lua
Commit message (Collapse)AuthorAgeFilesLines
* [fontloader] sync with Context as of 2016-07-26Philipp Gesang2016-07-261-3/+7
|
* [fontloader] sync Context as of 2016-04-07Philipp Gesang2016-04-071-3/+44
|
* [fontloader] revert features handler temporarilyPhilipp Gesang2016-01-221-6/+3
| | | | | | | | | | | | Address issue #318 This reverts the changes made to font-otn.lua with commit adc43c3c24.. Certain features related to directionality are not handled correctly with the most recent fontloader. As a temporary measure, revert the handling code in font-otn.lua and restore the values it references. While this appears to suppress the issue, we’ll switch back to the upstream code once we have an actual solution.
* [fontloader] sync with Context as of 2015-12-21Philipp Gesang2015-12-211-12/+33
|
* [fontloader] sync with Context as of 2015-10-29Philipp Gesang2015-10-291-0/+3
|
* [fontloader] sync with Context as of 2014-12-22Philipp Gesang2014-12-221-2/+6
|
* [fontloader] reorganize under the new import schemePhilipp Gesang2014-12-091-0/+244
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.