summaryrefslogtreecommitdiff
path: root/otfl-font-nms.lua
Commit message (Expand)AuthorAgeFilesLines
...
* This commit should fix everything about the ofm and tfm priorityElie Roux2010-05-181-3/+15
* Fixing the log level when the database is updated inside a documentElie Roux2010-05-181-4/+25
* A bit of documentationElie Roux2010-05-181-0/+5
* If the specification is just a filename, not looking for it in the databaseElie Roux2010-05-181-0/+16
* Removing the .tfm and .ofm additional extentionElie Roux2010-05-181-2/+2
* Printing the name of the loaded database file in the logElie Roux2010-05-171-5/+6
* Fix loading TFM fonts with OSFONTDIR setKhaled Hosny2010-05-171-5/+10
* Fix bug in the previous commitKhaled Hosny2010-05-171-1/+1
* Only index the last found instance of a fontKhaled Hosny2010-05-171-12/+26
* Measures to avoid re-scanning filesKhaled Hosny2010-05-171-26/+27
* Update the database if a font is not foundKhaled Hosny2010-05-161-7/+31
* Revert "Fixing a bug if OSFONTDIR is not empty"Khaled Hosny2010-05-161-18/+1
* CosmeticKhaled Hosny2010-05-161-18/+34
* SimplifyKhaled Hosny2010-05-161-1/+1
* SimplifyKhaled Hosny2010-05-161-2/+1
* Tolerate not being able to run |fc-list|Khaled Hosny2010-05-161-10/+12
* Auto generate font names databaseKhaled Hosny2010-05-161-16/+16
* Simplify the codeKhaled Hosny2010-05-161-34/+26
* Simplify the codeKhaled Hosny2010-05-161-8/+6
* It's certainly better to scan the macos font dirs recursivelyElie Roux2010-05-151-1/+1
* Fixing a bug if OSFONTDIR is not emptyElie Roux2010-05-151-3/+19
* Attempt to fix the behaviour on macosxElie Roux2010-05-151-16/+40
* Adding an error when fontloader is unable to open a fontElie Roux2010-05-151-2/+5
* CosmeticsKhaled Hosny2010-05-141-13/+37
* Showing a log message only once (it used to be present 10s of times in the log)Elie Roux2010-05-111-1/+6
* Make sure the font exists on the diskKhaled Hosny2010-05-111-6/+14
* Skip names database for TFM fontsKhaled Hosny2010-05-111-0/+5
* TypoKhaled Hosny2010-05-091-1/+1
* Change the default cache pathKhaled Hosny2010-04-271-2/+3
* Fix loading subfontsKhaled Hosny2010-04-041-8/+7
* |table.insert()| is slowerKhaled Hosny2010-04-041-3/+3
* Simplify a bitKhaled Hosny2010-04-041-11/+5
* Try fontname and ps fullname tooKhaled Hosny2010-04-021-1/+3
* Some cleanup + a bug fixKhaled Hosny2010-04-021-21/+18
* Return the original name, not the normalised oneKhaled Hosny2010-04-021-1/+1
* Oops!Khaled Hosny2010-04-021-2/+2
* Check if kpse can find font names database firstKhaled Hosny2010-04-021-1/+4
* Clean database generation code a bitKhaled Hosny2010-04-021-62/+17
* Fix optical size matchingKhaled Hosny2010-04-021-15/+37
* Rewrite font matching logic to be more consistentKhaled Hosny2010-04-021-52/+66
* Support loading fonts by fullnameKhaled Hosny2010-04-011-16/+15
* Fix optical size with no range_top/bottomKhaled Hosny2010-04-011-9/+25
* Purge removed fonts by defaultKhaled Hosny2010-03-301-12/+4
* Do garbage collectionKhaled Hosny2010-03-301-0/+1
* Make sure names file exist before loading itKhaled Hosny2010-03-291-1/+6
* CosmeticsKhaled Hosny2010-03-281-24/+36
* Make sanitize() Unicode friendlyKhaled Hosny2010-03-241-1/+2
* Make some frequently used functions localKhaled Hosny2010-03-241-7/+8
* Make font names case insensitiveKhaled Hosny2010-03-241-1/+3
* Change the default database directoryKhaled Hosny2010-03-241-2/+2