summaryrefslogtreecommitdiff
path: root/luaotfload-database.lua
Commit message (Collapse)AuthorAgeFilesLines
* [*] move source files to ./srcPhilipp Gesang2014-02-121-3445/+0
|
* [*] cleanupPhilipp Gesang2014-02-121-17/+11
|
* [db] display name of the blacklist file a font is blacklisted inPhilipp Gesang2014-02-101-4/+9
|
* [log,*] s/log.names_report()/logs.report()/gPhilipp Gesang2014-02-091-1/+1
| | | | | | Closing #169 Signed-off-by: Philipp Gesang <phg42.2a@gmail.com>
* [log,*] move logs -> luaotfload.logPhilipp Gesang2014-02-091-11/+17
| | | | | | Next step toward https://github.com/lualatex/luaotfload/issues/169 Signed-off-by: Philipp Gesang <phg42.2a@gmail.com>
* [db] copy names fields from tfmdata and insert fallbacks for broken namesPhilipp Gesang2014-02-071-42/+72
|
* [db] replace broken fontnames with dummiesPhilipp Gesang2014-02-071-4/+27
|
* [db] compensate for broken OT names tablesPhilipp Gesang2014-02-051-10/+27
|
* [db] increment index versionPhilipp Gesang2014-01-261-1/+1
|
* [db] adapt status messagesPhilipp Gesang2014-01-261-3/+5
|
* [db] drop redundant information between passesPhilipp Gesang2014-01-261-2/+0
|
* [db] fall back to alternative bold-ish weights if a family lacks entries for ↵Philipp Gesang2014-01-261-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 circumstancesPhilipp Gesang2014-01-261-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 stylePhilipp Gesang2014-01-261-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 choicePhilipp Gesang2014-01-261-16/+58
|
* [*] adapt references to luaotfload.luaPhilipp Gesang2014-01-161-1/+1
|
* [db] strip redundand localsPhilipp Gesang2014-01-141-8/+2
|
* [db,tool,diagnose,parsers] move miscellaneous patterns into luaotfload-parsersPhilipp Gesang2014-01-141-13/+4
|
* [db,parsers] move read_fonts_conf to parsersPhilipp Gesang2014-01-141-233/+3
|
* [db] use (sanitized) names.fullname field when resolving fonts by namePhilipp Gesang2014-01-031-3/+6
|
* [db] fix incorrect localPhilipp Gesang2014-01-031-2/+2
|
* [db] handle missing metadata tablePhilipp Gesang2014-01-031-1/+10
| | | | Fixes issue #164, hopefully.
* [*] bump versionPhilipp Gesang2014-01-021-2/+2
|
* [db] do not truncate paths that fit the term widthPhilipp Gesang2013-12-131-7/+12
|
* [db] fix fuzzy results printerPhilipp Gesang2013-11-171-2/+3
|
* [db] format log messages consistentlyPhilipp Gesang2013-11-171-51/+50
|
* [db] write non-truncated filenames to log (lvl 2) with status messagesPhilipp Gesang2013-11-171-3/+6
|
* [db] complain about missing shell escape in logPhilipp Gesang2013-11-161-20/+25
|
* [db] use tput to determine the terminal size if appropriatePhilipp Gesang2013-11-161-4/+36
|
* [fontloader] sync with Context as of 2013-11-15Philipp Gesang2013-11-151-9/+8
|
* [db] infer style for Type1 fontsPhilipp Gesang2013-11-131-6/+16
|
* [db] prefer split style with Type1 fontsPhilipp Gesang2013-11-131-2/+3
|
* [db] simplify loop exit conditionPhilipp Gesang2013-11-131-16/+19
|
* [tool,man,db] add --max-fonts option to restrict db sizePhilipp Gesang2013-11-131-9/+15
|
* [db,tool] default to compressed plaintext indexPhilipp Gesang2013-11-121-6/+5
|
* [*] bump version globallyPhilipp Gesang2013-11-101-1/+1
|
* [db] call fontloader.close() for some minor gainPhilipp Gesang2013-11-101-5/+34
|
* [db] omit temporary extraction of names altogetherPhilipp Gesang2013-11-091-45/+5
|
* [db] remove calls to fontloaderto_table()Philipp Gesang2013-11-091-15/+51
|
* [tests] fix testsPhilipp Gesang2013-11-071-4/+4
| | | | | With the new handler, a request optical size of 0pt means the default size.
* [db] add fallbacks for missing stylesPhilipp Gesang2013-11-061-5/+50
|
* [db] reload once if lookup failedPhilipp Gesang2013-11-061-0/+5
|
* [db] do not add metafamilies to the family tablePhilipp Gesang2013-11-061-3/+23
|
* Merge branch 'master' of github:phi-gamma/luaotfloadPhilipp Gesang2013-11-061-51/+81
|\
| * [db] fix test for regular stylePhilipp Gesang2013-11-061-0/+1
| |
| * [db] remove dependency on lualibs for compressionPhilipp Gesang2013-11-061-5/+17
| |
| * [db] adapt cached resolverPhilipp Gesang2013-11-061-51/+68
| |
* | [db] remove cruftPhilipp Gesang2013-11-061-20/+0
|/
* [db] tweak font family matchingPhilipp Gesang2013-11-061-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 boldPhilipp Gesang2013-11-051-1/+1
|