Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #134 from phi-gamma/master | Philipp Gesang | 2013-09-14 | 2 | -20/+138 |
|\ | | | | | [aux,characters] import further Context code | ||||
| * | [aux,characters] import further Context code | Philipp Gesang | 2013-09-14 | 2 | -20/+138 |
| | | | | | | | | | | | | | | 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 | ||||
* | | Merge pull request #133 from phi-gamma/master | Philipp Gesang | 2013-09-13 | 2 | -22/+37 |
|\| | | | | | sync, minor fixes | ||||
| * | [db] fix file resolver for tfm/ofm fonts | Philipp Gesang | 2013-09-14 | 1 | -1/+1 |
| | | |||||
| * | [fontloader] sync with Context as of 2013-09-13 | Philipp Gesang | 2013-09-13 | 1 | -21/+36 |
| | | |||||
* | | Merge pull request #131 from phi-gamma/master | Philipp Gesang | 2013-08-31 | 3 | -21/+51 |
|\| | | | | | improve letterspacing | ||||
| * | [letterspacing] skip redundant kerning of ligatures | Philipp Gesang | 2013-08-31 | 1 | -1/+2 |
| | | |||||
| * | [extralibs] compensate for missing “resources” field | Philipp Gesang | 2013-08-31 | 2 | -2/+8 |
| | | |||||
| * | [letterspacing] do not skip first glyph if liga | Philipp Gesang | 2013-08-31 | 2 | -6/+7 |
| | | |||||
| * | [tests] check resolving of styles | Philipp Gesang | 2013-08-28 | 1 | -13/+35 |
| | | |||||
* | | Merge pull request #130 from phi-gamma/master | Philipp Gesang | 2013-08-27 | 1 | -0/+1 |
|\| | | | | | [letterspacing] restore unkerned state after exiting letterspaced region | ||||
| * | [letterspacing] restore unkerned state after exiting letterspaced region | Philipp Gesang | 2013-08-27 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #129 from phi-gamma/master | Philipp Gesang | 2013-08-27 | 1 | -1/+6 |
|\| | | | | | [letterspacing] skip first node when applying extra kerns | ||||
| * | [letterspacing] skip first node when applying extra kerns | Philipp Gesang | 2013-08-27 | 1 | -1/+6 |
| | | | | | | | | Addresses: https://github.com/lualatex/luaotfload/issues/107 | ||||
* | | Merge pull request #128 from phi-gamma/master | Philipp Gesang | 2013-08-27 | 9 | -247/+214 |
|\| | | | | | AFM changes | ||||
| * | [doc,tests] remove references to imported font-afk | Philipp Gesang | 2013-08-27 | 3 | -18/+7 |
| | | |||||
| * | [fontloader] sync with Context as of 2013-08-27 | Philipp Gesang | 2013-08-27 | 1 | -1/+170 |
| | | |||||
| * | [type1] remove font-afk.lua | Philipp Gesang | 2013-08-27 | 2 | -212/+0 |
| | | |||||
| * | [tool] suggest --fuzzy if query fails | Philipp Gesang | 2013-08-26 | 1 | -1/+3 |
| | | |||||
| * | [db] make approximate matching operate on fullname field | Philipp Gesang | 2013-08-26 | 1 | -7/+7 |
| | | |||||
| * | [tests] test some more dejavu fonts | Philipp Gesang | 2013-08-26 | 1 | -3/+4 |
| | | |||||
| * | [tests] add tests for type1 name resolving (very fragile due to multiple ↵ | Philipp Gesang | 2013-08-26 | 1 | -5/+23 |
| | | | | | | | | fonts with identical names ...) | ||||
* | | Merge pull request #127 from phi-gamma/master | Philipp Gesang | 2013-08-25 | 1 | -19/+55 |
|\| | | | | | [db] handle design size matching with scaled sizes | ||||
| * | [db] handle design size matching with scaled sizes | Philipp Gesang | 2013-08-25 | 1 | -19/+55 |
| | | | | | | | | | | | | | | addresses this: http://tug.org/pipermail/luatex/2013-August/004590.html (This is a workaround. The situation can be remedied by rewriting the font matching mechanism.) | ||||
* | | Merge pull request #126 from phi-gamma/master | Philipp Gesang | 2013-08-25 | 8 | -1138/+965 |
|\| | | | | | improved afm integration | ||||
| * | [doc] upate description of contents of merged package in file graph | Philipp Gesang | 2013-08-25 | 1 | -4/+5 |
| | | |||||
| * | [meta] exclude removed font-afm.lua from status file | Philipp Gesang | 2013-08-25 | 1 | -1/+0 |
| | | |||||
| * | [doc] update references to AFM loaders | Philipp Gesang | 2013-08-25 | 2 | -19/+2 |
| | | |||||
| * | [fontloader] sync luatex-basics-gen.lua | Philipp Gesang | 2013-08-25 | 1 | -0/+6 |
| | | |||||
| * | [type1] extinguish luaotfload-font-afm.lua | Philipp Gesang | 2013-08-25 | 1 | -971/+0 |
| | | |||||
| * | [fontloader] sync with Context as of 2013-08-25 | Philipp Gesang | 2013-08-25 | 1 | -1/+928 |
| | | |||||
| * | [type1] restore earlier version of ``luaotfload-loaders.lua`` | Philipp Gesang | 2013-08-25 | 1 | -139/+13 |
| | | | | | | | | | | | | | | | | Hans kindly added AFM support to the merged package so we don’t need to integrate it ourselves any longer. However, this concerns only support for basic loading. For this reason we continue loading our imported version of the font feature definitions (``fonts.handlers.afm.helpdata``) in ``font-afk.lua``. | ||||
| * | [db] keep formats when doing a live db update | Philipp Gesang | 2013-08-24 | 1 | -3/+11 |
| | | |||||
* | | Merge pull request #125 from phi-gamma/master | Philipp Gesang | 2013-08-24 | 1 | -2/+39 |
|\| | | | | | [fontloader] sync with Context as of 2013-08-24 | ||||
| * | [fontloader] sync with Context as of 2013-08-24 | Philipp Gesang | 2013-08-24 | 1 | -2/+39 |
| | | |||||
* | | Merge pull request #124 from phi-gamma/master | Philipp Gesang | 2013-08-23 | 3 | -71/+99 |
|\| | | | | | fix slant per point factor (``\fontdimen1``) | ||||
| * | [fontloader] sync with Context as of 2013-08-23 | Philipp Gesang | 2013-08-23 | 1 | -2/+2 |
| | | |||||
| * | [fontloader] sync with Context as of 2013-08-21 | Philipp Gesang | 2013-08-21 | 2 | -57/+86 |
| | | |||||
| * | [tool] make --version display Luatex version info | Philipp Gesang | 2013-08-11 | 1 | -13/+12 |
| | | |||||
* | | Merge pull request #123 from phi-gamma/master | Philipp Gesang | 2013-08-11 | 4 | -38/+153 |
|\| | | | | | refine AFM support | ||||
| * | [graph] list AFM support files | Philipp Gesang | 2013-08-11 | 1 | -0/+27 |
| | | |||||
| * | [type1] resolve conflict between TFM and AFM loaders | Philipp Gesang | 2013-08-11 | 1 | -0/+26 |
| | | |||||
| * | [meta] include new files in status file | Philipp Gesang | 2013-08-11 | 1 | -0/+2 |
| | | |||||
| * | [doc] mention new files in manual | Philipp Gesang | 2013-08-11 | 1 | -15/+23 |
| | | |||||
| * | [type1] generalize PFB loader so we can derive a PFA one | Philipp Gesang | 2013-08-11 | 1 | -37/+48 |
| | | |||||
| * | [type1] improve PFB reader so it calls the AFM reader where necessary | Philipp Gesang | 2013-08-11 | 1 | -12/+58 |
| | | |||||
| * | [type1] install simple PFB reader after loading AFM support | Philipp Gesang | 2013-08-11 | 1 | -22/+17 |
| | | |||||
* | | Merge pull request #122 from phi-gamma/master | Philipp Gesang | 2013-08-11 | 5 | -18/+1260 |
|\| | | | | | integrate Context AFM libraries | ||||
| * | [lib] integrate AFM libraries | Philipp Gesang | 2013-08-11 | 2 | -1/+58 |
| | | |||||
| * | [lib] add font-afk.lua | Philipp Gesang | 2013-08-11 | 1 | -0/+200 |
| | |