summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * [letterspacing] do not skip first glyph if ligaPhilipp Gesang2013-08-312-6/+7
| |
| * [tests] check resolving of stylesPhilipp Gesang2013-08-281-13/+35
| |
* | Merge pull request #130 from phi-gamma/masterPhilipp Gesang2013-08-271-0/+1
|\| | | | | [letterspacing] restore unkerned state after exiting letterspaced region
| * [letterspacing] restore unkerned state after exiting letterspaced regionPhilipp Gesang2013-08-271-0/+1
| |
* | Merge pull request #129 from phi-gamma/masterPhilipp Gesang2013-08-271-1/+6
|\| | | | | [letterspacing] skip first node when applying extra kerns
| * [letterspacing] skip first node when applying extra kernsPhilipp Gesang2013-08-271-1/+6
| | | | | | | | Addresses: https://github.com/lualatex/luaotfload/issues/107
* | Merge pull request #128 from phi-gamma/masterPhilipp Gesang2013-08-279-247/+214
|\| | | | | AFM changes
| * [doc,tests] remove references to imported font-afkPhilipp Gesang2013-08-273-18/+7
| |
| * [fontloader] sync with Context as of 2013-08-27Philipp Gesang2013-08-271-1/+170
| |
| * [type1] remove font-afk.luaPhilipp Gesang2013-08-272-212/+0
| |
| * [tool] suggest --fuzzy if query failsPhilipp Gesang2013-08-261-1/+3
| |
| * [db] make approximate matching operate on fullname fieldPhilipp Gesang2013-08-261-7/+7
| |
| * [tests] test some more dejavu fontsPhilipp Gesang2013-08-261-3/+4
| |
| * [tests] add tests for type1 name resolving (very fragile due to multiple ↵Philipp Gesang2013-08-261-5/+23
| | | | | | | | fonts with identical names ...)
* | Merge pull request #127 from phi-gamma/masterPhilipp Gesang2013-08-251-19/+55
|\| | | | | [db] handle design size matching with scaled sizes
| * [db] handle design size matching with scaled sizesPhilipp Gesang2013-08-251-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/masterPhilipp Gesang2013-08-258-1138/+965
|\| | | | | improved afm integration
| * [doc] upate description of contents of merged package in file graphPhilipp Gesang2013-08-251-4/+5
| |
| * [meta] exclude removed font-afm.lua from status filePhilipp Gesang2013-08-251-1/+0
| |
| * [doc] update references to AFM loadersPhilipp Gesang2013-08-252-19/+2
| |
| * [fontloader] sync luatex-basics-gen.luaPhilipp Gesang2013-08-251-0/+6
| |
| * [type1] extinguish luaotfload-font-afm.luaPhilipp Gesang2013-08-251-971/+0
| |
| * [fontloader] sync with Context as of 2013-08-25Philipp Gesang2013-08-251-1/+928
| |
| * [type1] restore earlier version of ``luaotfload-loaders.lua``Philipp Gesang2013-08-251-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 updatePhilipp Gesang2013-08-241-3/+11
| |
* | Merge pull request #125 from phi-gamma/masterPhilipp Gesang2013-08-241-2/+39
|\| | | | | [fontloader] sync with Context as of 2013-08-24
| * [fontloader] sync with Context as of 2013-08-24Philipp Gesang2013-08-241-2/+39
| |
* | Merge pull request #124 from phi-gamma/masterPhilipp Gesang2013-08-233-71/+99
|\| | | | | fix slant per point factor (``\fontdimen1``)
| * [fontloader] sync with Context as of 2013-08-23Philipp Gesang2013-08-231-2/+2
| |
| * [fontloader] sync with Context as of 2013-08-21Philipp Gesang2013-08-212-57/+86
| |
| * [tool] make --version display Luatex version infoPhilipp Gesang2013-08-111-13/+12
| |
* | Merge pull request #123 from phi-gamma/masterPhilipp Gesang2013-08-114-38/+153
|\| | | | | refine AFM support
| * [graph] list AFM support filesPhilipp Gesang2013-08-111-0/+27
| |
| * [type1] resolve conflict between TFM and AFM loadersPhilipp Gesang2013-08-111-0/+26
| |
| * [meta] include new files in status filePhilipp Gesang2013-08-111-0/+2
| |
| * [doc] mention new files in manualPhilipp Gesang2013-08-111-15/+23
| |
| * [type1] generalize PFB loader so we can derive a PFA onePhilipp Gesang2013-08-111-37/+48
| |
| * [type1] improve PFB reader so it calls the AFM reader where necessaryPhilipp Gesang2013-08-111-12/+58
| |
| * [type1] install simple PFB reader after loading AFM supportPhilipp Gesang2013-08-111-22/+17
| |
* | Merge pull request #122 from phi-gamma/masterPhilipp Gesang2013-08-115-18/+1260
|\| | | | | integrate Context AFM libraries
| * [lib] integrate AFM librariesPhilipp Gesang2013-08-112-1/+58
| |
| * [lib] add font-afk.luaPhilipp Gesang2013-08-111-0/+200
| |
| * [lib] add font-afm.luaPhilipp Gesang2013-08-111-0/+971
| |
| * [db] autolocate corresponding pfb when loading and afm filePhilipp Gesang2013-08-101-17/+31
| |
* | Merge pull request #121 from phi-gamma/masterPhilipp Gesang2013-08-071-3/+4
|\| | | | | [db] include DFONT fonts in database (thanks, Kim!)
| * [db] include DFONT fonts in database (thanks, Kim!)Philipp Gesang2013-08-081-3/+4
| |
* | Merge pull request #119 from phi-gamma/masterPhilipp Gesang2013-08-076-170/+299
|\| | | | | type1 support, improve design size handling, better ``--find``, various fixes
| * [db] treat empty style in pfb as regularPhilipp Gesang2013-08-071-7/+2
| |
| * [db] flush lookup cache on db version change; bump versionPhilipp Gesang2013-08-051-1/+12
| |
| * [db] pre-calculate design size valuesPhilipp Gesang2013-08-051-11/+17
| |