From 84a443c4363a509b6140d655e5577daf9243abab Mon Sep 17 00:00:00 2001 From: Elie Roux Date: Sat, 27 Apr 2013 12:11:34 +0200 Subject: Blacklisting lingoes.ttf (segfaults) --- otfl-blacklist.cnf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'otfl-blacklist.cnf') diff --git a/otfl-blacklist.cnf b/otfl-blacklist.cnf index f77de5b..4e1b98f 100644 --- a/otfl-blacklist.cnf +++ b/otfl-blacklist.cnf @@ -1,5 +1,7 @@ % Tackes ages to load -LastResort.ttf % a MacOSX font, but also available for free from unicode.org +LastResort.ttf % a MacOSX font, but also available for free from unicode.org +% Segfaults with LuaTeX 0.76 +lingoes.ttf % Mac OS X TTC fonts, this list need to be filtered out /Library/Fonts/AmericanTypewriter.ttc -- cgit v1.2.3 From bd7c7ae433719e1a7f2f992c247b77d810896d75 Mon Sep 17 00:00:00 2001 From: Elie Roux Date: Sun, 28 Apr 2013 17:23:18 +0200 Subject: Removing blacklisting of ttc files This was a bug in LuaTeX < 0.65, see http://tracker.luatex.org/view.php?id=397 --- otfl-blacklist.cnf | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'otfl-blacklist.cnf') diff --git a/otfl-blacklist.cnf b/otfl-blacklist.cnf index 4e1b98f..f207c49 100644 --- a/otfl-blacklist.cnf +++ b/otfl-blacklist.cnf @@ -3,22 +3,3 @@ LastResort.ttf % a MacOSX font, but also available for free from unicode.org % Segfaults with LuaTeX 0.76 lingoes.ttf -% Mac OS X TTC fonts, this list need to be filtered out -/Library/Fonts/AmericanTypewriter.ttc -/Library/Fonts/Baskerville.ttc -/Library/Fonts/Chalkboard.ttc -/Library/Fonts/Cochin.ttc -/Library/Fonts/Copperplate.ttc -/Library/Fonts/Didot.ttc -/Library/Fonts/Futura.ttc -/Library/Fonts/GillSans.ttc -/Library/Fonts/Hoefler Text.ttc -/Library/Fonts/MarkerFelt.ttc -/Library/Fonts/Optima.ttc -/Library/Fonts/Papyrus.ttc -/Library/Fonts/STHeiti Medium.ttc -/System/Library/Fonts/AquaKana.ttc -/System/Library/Fonts/HelveticaNeue.ttc -/System/Library/Fonts/LucidaGrande.ttc -/System/Library/Fonts/Menlo.ttc -/System/Library/Fonts/STHeiti Light.ttc -- cgit v1.2.3