summaryrefslogtreecommitdiff
path: root/src/fontloader/misc/fontloader-font-tfm.lua
Commit message (Collapse)AuthorAgeFilesLines
* [fontloader] sync with Context as of 2016-07-30Philipp Gesang2016-07-301-34/+10
| | | | Hans appears to have heard our pleas =)
* [features,fontloader] fix adding featuresPhilipp Gesang2016-07-271-0/+6
| | | | | | | | | | This makes our own features work with otf.addfeature(). However, for TFM it’s still not functional out of the box since the enhancer is installed at a time when it has not been defined yet. An answer from Hans is pending. In the meantime, we put a crude hack into our font-tfm.lua to allow injecting the enhancer retroactively on Luaotfload init.
* [fontloader] sync with Context as of 2016-07-05Philipp Gesang2016-07-051-22/+550
|
* [fontloader] sync with Context as of 2016-06-12Philipp Gesang2016-06-121-2/+2
|
* [fontloader] sync with Context as of 2016-05-22Philipp Gesang2016-05-241-1/+1
|
* [fontloader] sync with Context as of 2016-04-21Philipp Gesang2016-04-211-1/+1
| | | | | Hans fixed a couple issues due to our reports. Also, brand new Lua based PFB loader.
* [fontloader] sync Context as of 2016-04-07Philipp Gesang2016-04-071-0/+3
|
* [fontloader] sync with Context as of 2015-11-21Philipp Gesang2015-11-211-2/+41
|
* [fontloader] sync with Context as of 2015-10-29Philipp Gesang2015-10-291-0/+1
|
* [fontloader] sync with Context as of 2015-03-11Philipp Gesang2015-03-111-3/+3
|
* [fontloader] reorganize under the new import schemePhilipp Gesang2014-12-091-0/+158
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.