summaryrefslogtreecommitdiff
path: root/otfl-font-nms.lua
Commit message (Expand)AuthorAgeFilesLines
* Reverting 6e65f027e185854a18375892bea2c76a84fa42ca, duplicate of 335446c44d46...Elie Roux2013-04-251-5/+0
* Merge pull request #10 from eroux/texlive2011Philipp Gesang2013-04-251-5/+8
|\
| * Closing Issue #11Elie Roux2013-04-251-5/+3
| * Fixing a bug with Libertine Mono (phi-gamma)Elie Roux2013-04-251-0/+5
* | catch more odd subfamily stringsPhilipp Gesang2013-04-251-17/+13
* | remove another indexing duplicationPhilipp Gesang2013-04-251-4/+2
* | remove unnecessary table indexingPhilipp Gesang2013-04-251-3/+4
|/
* I had forgotten this check for reference-loopingElie Roux2013-04-181-1/+3
* Removing the todo of previous commitElie Roux2013-04-161-1/+0
* Preventing loop-references in fontconfig filesElie Roux2013-04-161-5/+6
* Adding semibold as a synonym for bold, not sure it's useful...Elie Roux2013-04-161-2/+5
* Warning if a file cannot be read in font confElie Roux2013-04-161-0/+1
* Better error handling for font config readingElie Roux2013-04-161-2/+2
* Compatibility with LuaTeX 0.75Elie Roux2013-04-111-2/+2
* Find demibold fonts as wellKhaled Hosny2012-03-261-2/+2
* Hack to support Demi fontsKhaled Hosny2011-04-211-3/+3
* A hack to get libertine's bold recognisedKhaled Hosny2011-03-011-1/+2
* Fix infinite loopKhaled Hosny2011-02-051-1/+1
* Fix a typo in fonts.names.scan()Khaled Hosny2011-02-041-1/+1
* Remove --database-dir and --sys optionsKhaled Hosny2010-11-121-8/+16
* Reject fonts missing 'names' tableKhaled Hosny2010-09-191-1/+13
* Move code aroundKhaled Hosny2010-07-111-14/+0
* Cosmetics and minor cleanupsKhaled Hosny2010-07-111-25/+20
* Remove the progress bar and simplify the codeKhaled Hosny2010-07-111-55/+8
* Re-enable ttc fonts in MacOSXKhaled Hosny2010-06-251-7/+2
* Really fix printing file name before loading itKhaled Hosny2010-06-251-0/+1
* Handle trailing spaces and inline commentsKhaled Hosny2010-06-251-0/+3
* Remove and old hack and a potential bugKhaled Hosny2010-06-251-20/+7
* Implement general font blacklisting mechanismKhaled Hosny2010-06-251-25/+33
* Revert "Unused code"Khaled Hosny2010-06-241-0/+7
* Unused codeKhaled Hosny2010-06-221-7/+0
* Lualibs already defines a table.contains() functionKhaled Hosny2010-06-221-12/+0
* For consistency with latest ConTeXtKhaled Hosny2010-06-141-1/+1
* CosmeticsKhaled Hosny2010-06-141-15/+11
* Fallback to regularKhaled Hosny2010-06-081-0/+5
* Provide a |fonts.names.scan()| functionKhaled Hosny2010-06-071-1/+14
* Log loaded font file before calling |load_font()|Khaled Hosny2010-06-071-6/+6
* improve messages slightlyWill Robertson2010-06-051-12/+11
* be more verbose when updating the font databaseWill Robertson2010-06-051-2/+2
* Continuing the fonts.conf parsing.Elie Roux2010-06-041-17/+67
* Remove spurious elseKhaled Hosny2010-06-041-2/+0
* Handle bypassing TFM fonts properlyKhaled Hosny2010-05-311-18/+0
* This code path have never been usedKhaled Hosny2010-05-311-22/+0
* Fix file extension filteringKhaled Hosny2010-05-311-1/+1
* Simply file extension handlingKhaled Hosny2010-05-311-16/+12
* Fix when a directory is passed to path_normalizeKhaled Hosny2010-05-301-1/+1
* Suppress some warnings when not in verbose modeWill Robertson2010-05-251-2/+2
* suppress some warnings when default settingsWill Robertson2010-05-251-5/+9
* Fix symlink detectionKhaled Hosny2010-05-251-1/+7
* Reading symlinks under non-Windows platformElie Roux2010-05-251-5/+13