diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-28 17:23:18 +0200 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-28 17:23:18 +0200 |
commit | bd7c7ae433719e1a7f2f992c247b77d810896d75 (patch) | |
tree | 11811c9345d9dbdddf1e094e2c9ee4ac44554ae5 | |
parent | 0f008053eef3f0c5268b580d2b919242b74480d2 (diff) | |
download | luaotfload-bd7c7ae433719e1a7f2f992c247b77d810896d75.tar.gz |
Removing blacklisting of ttc files
This was a bug in LuaTeX < 0.65, see http://tracker.luatex.org/view.php?id=397
-rw-r--r-- | otfl-blacklist.cnf | 19 |
1 files changed, 0 insertions, 19 deletions
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 |