diff options
| -rw-r--r-- | NEWS | 1 | ||||
| -rw-r--r-- | luaotfload-blacklist.cnf | 2 | 
2 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,7 @@ Change History        updating otfl-fonts-merged.lua (available in ConTeXt)      * Improve documentation      * renaming mkluatexfontdb into fontdbutil, with more search functionalities +    * blacklisting font lingoes.ttf  2013/04/11, luaotfload v1.28:      * Adapting to LuaTeX 0.75, keeping backward-compatibility diff --git a/luaotfload-blacklist.cnf b/luaotfload-blacklist.cnf index 771649b..36a29df 100644 --- a/luaotfload-blacklist.cnf +++ b/luaotfload-blacklist.cnf @@ -1,5 +1,7 @@  % Takes ages to load  LastResort.ttf % a MacOSX font, but also available for free from unicode.org  +% Segfaults under LuaTeX 0.76 +lingoes.ttf  % Mac OS X TTC fonts, this list need to be filtered out  % luatex bug fixed?  | 
