summaryrefslogtreecommitdiff
path: root/otfl-blacklist.cnf
Commit message (Collapse)AuthorAgeFilesLines
* Removing blacklisting of ttc filesElie Roux2013-04-281-19/+0
| | | | This was a bug in LuaTeX < 0.65, see http://tracker.luatex.org/view.php?id=397
* Blacklisting lingoes.ttf (segfaults)Elie Roux2013-04-271-1/+3
|
* Blacklist all TTC fonts that ship with Mac OS XKhaled Hosny2010-06-271-0/+20
| | | | | This list need to be filtered out so that only known problematic ones are blacklisted.
* Handle trailing spaces and inline commentsKhaled Hosny2010-06-251-1/+1
| | | | This turned out to be easier that I first thought.
* Implement general font blacklisting mechanismKhaled Hosny2010-06-251-0/+2
Blacklisted fonts are listed one per line in a file named "otfl-blacklist.cnf", there can be as much copies of this file as kpse can find (we look for "tex" format despite of the file extension, so it can exist any where a .tex file can) and all found files will be loaded an read. The parser is rather dump, it assumes a good formated file; one font per line, no trailing spaces, no inline comments, lines starting with "%" and empty lines will be ignored, any other lines will end in the blacklist table without any further processing.