Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [db] copy names fields from tfmdata and insert fallbacks for broken names | Philipp Gesang | 2014-02-07 | 1 | -42/+72 |
| | |||||
* | [db] replace broken fontnames with dummies | Philipp Gesang | 2014-02-07 | 1 | -4/+27 |
| | |||||
* | [db] compensate for broken OT names tables | Philipp Gesang | 2014-02-05 | 1 | -10/+27 |
| | |||||
* | [db] increment index version | Philipp Gesang | 2014-01-26 | 1 | -1/+1 |
| | |||||
* | [db] adapt status messages | Philipp Gesang | 2014-01-26 | 1 | -3/+5 |
| | |||||
* | [db] drop redundant information between passes | Philipp Gesang | 2014-01-26 | 1 | -2/+0 |
| | |||||
* | [db] fall back to alternative bold-ish weights if a family lacks entries for ↵ | Philipp Gesang | 2014-01-26 | 1 | -47/+154 |
| | | | | | | | | | bold Closing issue #177 This adds an extra pass to the family group builder. The lookup though stays the same as before. | ||||
* | [db] test numeric weight only under certain circumstances | Philipp Gesang | 2014-01-26 | 1 | -14/+16 |
| | | | | | | Else DejaVu Sans picks the condensed shape for bold because all fonts in the bundle claim to be part of the same font family, without differentiating by setting a meta family. | ||||
* | [db] do not rely on italic angle when determining the font style | Philipp Gesang | 2014-01-26 | 1 | -39/+7 |
| | | | | | The italic angle will be non-zero for semibold and other variants which messes up the assignment of font families. | ||||
* | [db] integrate the values for italic angle and weight into style choice | Philipp Gesang | 2014-01-26 | 1 | -16/+58 |
| | |||||
* | [*] adapt references to luaotfload.lua | Philipp Gesang | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | [db] strip redundand locals | Philipp Gesang | 2014-01-14 | 1 | -8/+2 |
| | |||||
* | [db,tool,diagnose,parsers] move miscellaneous patterns into luaotfload-parsers | Philipp Gesang | 2014-01-14 | 1 | -13/+4 |
| | |||||
* | [db,parsers] move read_fonts_conf to parsers | Philipp Gesang | 2014-01-14 | 1 | -233/+3 |
| | |||||
* | [db] use (sanitized) names.fullname field when resolving fonts by name | Philipp Gesang | 2014-01-03 | 1 | -3/+6 |
| | |||||
* | [db] fix incorrect local | Philipp Gesang | 2014-01-03 | 1 | -2/+2 |
| | |||||
* | [db] handle missing metadata table | Philipp Gesang | 2014-01-03 | 1 | -1/+10 |
| | | | | Fixes issue #164, hopefully. | ||||
* | [*] bump version | Philipp Gesang | 2014-01-02 | 1 | -2/+2 |
| | |||||
* | [db] do not truncate paths that fit the term width | Philipp Gesang | 2013-12-13 | 1 | -7/+12 |
| | |||||
* | [db] fix fuzzy results printer | Philipp Gesang | 2013-11-17 | 1 | -2/+3 |
| | |||||
* | [db] format log messages consistently | Philipp Gesang | 2013-11-17 | 1 | -51/+50 |
| | |||||
* | [db] write non-truncated filenames to log (lvl 2) with status messages | Philipp Gesang | 2013-11-17 | 1 | -3/+6 |
| | |||||
* | [db] complain about missing shell escape in log | Philipp Gesang | 2013-11-16 | 1 | -20/+25 |
| | |||||
* | [db] use tput to determine the terminal size if appropriate | Philipp Gesang | 2013-11-16 | 1 | -4/+36 |
| | |||||
* | [fontloader] sync with Context as of 2013-11-15 | Philipp Gesang | 2013-11-15 | 1 | -9/+8 |
| | |||||
* | [db] infer style for Type1 fonts | Philipp Gesang | 2013-11-13 | 1 | -6/+16 |
| | |||||
* | [db] prefer split style with Type1 fonts | Philipp Gesang | 2013-11-13 | 1 | -2/+3 |
| | |||||
* | [db] simplify loop exit condition | Philipp Gesang | 2013-11-13 | 1 | -16/+19 |
| | |||||
* | [tool,man,db] add --max-fonts option to restrict db size | Philipp Gesang | 2013-11-13 | 1 | -9/+15 |
| | |||||
* | [db,tool] default to compressed plaintext index | Philipp Gesang | 2013-11-12 | 1 | -6/+5 |
| | |||||
* | [*] bump version globally | Philipp Gesang | 2013-11-10 | 1 | -1/+1 |
| | |||||
* | [db] call fontloader.close() for some minor gain | Philipp Gesang | 2013-11-10 | 1 | -5/+34 |
| | |||||
* | [db] omit temporary extraction of names altogether | Philipp Gesang | 2013-11-09 | 1 | -45/+5 |
| | |||||
* | [db] remove calls to fontloaderto_table() | Philipp Gesang | 2013-11-09 | 1 | -15/+51 |
| | |||||
* | [tests] fix tests | Philipp Gesang | 2013-11-07 | 1 | -4/+4 |
| | | | | | With the new handler, a request optical size of 0pt means the default size. | ||||
* | [db] add fallbacks for missing styles | Philipp Gesang | 2013-11-06 | 1 | -5/+50 |
| | |||||
* | [db] reload once if lookup failed | Philipp Gesang | 2013-11-06 | 1 | -0/+5 |
| | |||||
* | [db] do not add metafamilies to the family table | Philipp Gesang | 2013-11-06 | 1 | -3/+23 |
| | |||||
* | Merge branch 'master' of github:phi-gamma/luaotfload | Philipp Gesang | 2013-11-06 | 1 | -51/+81 |
|\ | |||||
| * | [db] fix test for regular style | Philipp Gesang | 2013-11-06 | 1 | -0/+1 |
| | | |||||
| * | [db] remove dependency on lualibs for compression | Philipp Gesang | 2013-11-06 | 1 | -5/+17 |
| | | |||||
| * | [db] adapt cached resolver | Philipp Gesang | 2013-11-06 | 1 | -51/+68 |
| | | |||||
* | | [db] remove cruft | Philipp Gesang | 2013-11-06 | 1 | -20/+0 |
|/ | |||||
* | [db] tweak font family matching | Philipp Gesang | 2013-11-06 | 1 | -117/+91 |
| | | | | | | | | Addresses https://github.com/lualatex/luaotfload/issues/118 but without crude hacks ;-) Now the test file processes perfectly: https://bitbucket.org/phg/lua-la-tex-tests/src/tip/ltx-fontspec-optical-size-3.tex | ||||
* | [db] stop matching bold synonyms as bold | Philipp Gesang | 2013-11-05 | 1 | -1/+1 |
| | |||||
* | [db,tool] adapt --prefer-texmf | Philipp Gesang | 2013-11-05 | 1 | -11/+6 |
| | |||||
* | [db] throw away some cruft (old synonyms table) | Philipp Gesang | 2013-11-05 | 1 | -52/+0 |
| | |||||
* | [db] adapt type1 scanner | Philipp Gesang | 2013-11-05 | 1 | -76/+41 |
| | |||||
* | [db] fix damage suffered during last merge | Philipp Gesang | 2013-11-05 | 1 | -6/+0 |
| | |||||
* | Merge branch 'font-matching' | Philipp Gesang | 2013-11-05 | 1 | -730/+1584 |
|\ | | | | | | | | | | | | | | | Conflicts: NEWS luaotfload-database.lua luaotfload-override.lua luaotfload.dtx |