summaryrefslogtreecommitdiff
path: root/src/fontloader/misc
Commit message (Collapse)AuthorAgeFilesLines
* [fontloader] sync with Context as of 2017-01-29Philipp Gesang2017-01-296-18/+89
|
* [fontloader] sync with Context as of 2016-10-22Philipp Gesang2016-10-221-13/+44
|
* [fontloader] sync with Context as of 2016-10-20v2.8-rc3Philipp Gesang2016-10-201-11/+15
|
* [fontloader] sync with Context as of 2016-10-17Philipp Gesang2016-10-176-48/+269
|
* [fontloader] sync with Context as of 2016-09-24Philipp Gesang2016-09-241-21/+39
|
* [fontloader] sync with Context as of 2016-09-23Philipp Gesang2016-09-233-43/+142
| | | | This incorporates our patch for issue #377.
* [fontloader] HACK hot-patch loader to fix crashv2.8-rc1Philipp Gesang2016-09-201-4/+6
| | | | Patch has been upstreamed for a while but no response yet.
* [fontloader] sync with Context as of 2016-09-15Philipp Gesang2016-09-1510-99/+865
|
* [fontloader] sync with Context as of 2016-08-29Philipp Gesang2016-08-2912-459/+580
|
* [fontloader] sync with Context as of 2016-08-15Philipp Gesang2016-08-152-0/+954
| | | | | CAVEAT LECTOR This adds font-otc.lua part of which has already been included in our feature handler.
* [fontloader] sync with Context as of 2016-07-30Philipp Gesang2016-07-305-395/+455
| | | | 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,import,status] drop luatex-plain-tfm.luaPhilipp Gesang2016-07-271-120/+0
|
* [fontloader,import] drop font-otd.luaPhilipp Gesang2016-07-271-268/+0
|
* [fontloader] sync with Context as of 2016-07-26Philipp Gesang2016-07-267-17/+101
|
* [fontloader] sync with Context as of 2016-07-14Philipp Gesang2016-07-143-84/+148
|
* [status,import,fontloader] add luatex-plain-tfm.lua and update scriptsPhilipp Gesang2016-07-071-0/+120
|
* [fontloader] sync with Context as of 2016-07-05Philipp Gesang2016-07-0520-264/+890
|
* [fontloader] sync with Context as of 2016-06-16Philipp Gesang2016-06-165-244/+253
|
* [fontloader] sync with Context as of 2016-06-14Philipp Gesang2016-06-142-10/+13
|
* [fontloader] import font-oclPhilipp Gesang2016-06-121-0/+297
| | | | | Some of the more absurd aspects of fonts ;) This will fork inkscape for the actual SVG processing.
* [fontloader] sync with Context as of 2016-06-12Philipp Gesang2016-06-1217-56/+363
|
* [fontloader] sync with Context as of 2016-05-31Philipp Gesang2016-06-104-31/+48
| | | | | | This corresponds to commit a274872832cd on the mirror repo. The changes since then were numerous but seem to introduce a couple new files we didn’t ask for =) Later.
* [fontloader] import fix by Hans for crashes with ancient Linotype Palatino filesPhilipp Gesang2016-05-251-26/+39
| | | | | | | | | | | | | The crash happens with these broken files MS used to ship: beef66370e7124eb683514ad9ad07576 palabi.ttf 975972a205fd91a532d1b7433281af70 palab.ttf be4590eba976dace111b6686f6dade52 palai.ttf 96261bb90c9babbf8042ce7f43200d65 pala.ttf on account of a broken rule in the “s_s_l” lookup. The change removes the entire lookup in this case since otherwise the rest of the font behaves *very* strange.
* [fontloader] sync with Context as of 2016-05-22Philipp Gesang2016-05-2415-58/+53
|
* [fontloader] include font-one.luaPhilipp Gesang2016-05-201-0/+405
|
* [fontloader] sync with Context as of 2016-05-18Philipp Gesang2016-05-183-398/+18
|
* [fontloader] import new AFM loader directly from HansPhilipp Gesang2016-05-121-166/+216
|
* [fontloader] sync with Context as of 2016-05-11Philipp Gesang2016-05-114-308/+268
|
* [import,fontloader] pull new AFM/Type1 codePhilipp Gesang2016-05-091-161/+175
|
* [fontloader] sync with Context as of 2016-05-09Philipp Gesang2016-05-096-27/+43
| | | | | | Fixes #349 and #357. Also the new AFM code is due, let’s see what else we need to use it.
* [fontloader] sync with Context as of 2016-05-02Philipp Gesang2016-05-026-12/+22
|
* [fontloader] sync with Context as of 2016-04-27Philipp Gesang2016-04-272-12/+20
|
* [fontloader] sync with Context as of 2016-04-25Philipp Gesang2016-04-254-11/+29
|
* [fontloader] sync with Context as of 2016-04-24Philipp Gesang2016-04-243-19/+75
|
* [fontloader] sync with Context as of 2016-04-21Philipp Gesang2016-04-217-52/+212
| | | | | Hans fixed a couple issues due to our reports. Also, brand new Lua based PFB loader.
* [fontloader] sync with Context as of 2016-04-19Philipp Gesang2016-04-191-1/+1
|
* [db,fontloader] fix subfont table handling (by Dohyun Kim)Philipp Gesang2016-04-181-1/+1
| | | | | | TTC subfonts must be considered if there is at least one subfont. Discovered and fixed by @dohyunkim; the fix for ``font-otr.lua`` goes upstream.
* [fontloader] sync with Context as of 2016-04-18Philipp Gesang2016-04-183-22/+85
|
* [fontloader] quick fix by Hans for issue #326Philipp Gesang2016-04-171-2/+8
| | | | | | | Addresses #326 This is a hot-fix with non-official code. The actual fix will come downstream later from Context as usual.
* [fontloader] sync with Context as of 2016-04-17Philipp Gesang2016-04-174-85/+106
|
* [fontloader] sync with Context as of 2016-04-16Philipp Gesang2016-04-166-6/+95
|
* [fontloader] sync with Context as of 2016-04-15Philipp Gesang2016-04-152-17/+28
|
* [fontloader] sync with Context as of 2016-04-11Philipp Gesang2016-04-113-89/+182
| | | | | | | | | | | | | | | After some discussion, Hans came up with these extensions to the new reader. We get access to more items from the hideous “name” table. On the one hand, this means more brokenness to endure and a less sane matter to work with. But since our tracker was devoid of font-matching related bug reports for some time, it’s the right move nonetheless. In addition to the name table junk, the font loader now also includes the “version” field in the output of “getinfo()”. It’s meaningless per se, but it sure helps to distinguish historical bugs from the ones that matter. **UNTESTED**
* [fontloader] sync Context as of 2016-04-07Philipp Gesang2016-04-0732-10644/+18745
|
* [fontloader] patch font-otn.lua to skip unusable contextpos featuresPhilipp Gesang2016-02-121-2/+2
| | | | | | | Address issue #322 The annotation says it all; reportedly this is fine with TL 2016, though.
* [fontloader] revert features handler temporarilyPhilipp Gesang2016-01-222-8/+68
| | | | | | | | | | | | 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] re-patch font-otn.lua to avoid crashPhilipp Gesang2016-01-111-1/+1
| | | | See issue https://github.com/lualatex/luaotfload/issues/303
* [fontloader] sync with Context as of 2016-01-11Philipp Gesang2016-01-113-14/+8
|
* [fontloader] patch font-otn to preven calt crashPhilipp Gesang2015-12-221-0/+3
|