diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-06-27 17:21:45 +0300 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-06-27 17:21:51 +0300 |
commit | 59d8041fa58894694c2a023b24fe2ac8129cd076 (patch) | |
tree | fc08ac2d4e9714c40387d969972c663e92269a88 | |
parent | 0e831895dcfbdf4d01609160cd69c062b0c6ba99 (diff) | |
download | luaotfload-59d8041fa58894694c2a023b24fe2ac8129cd076.tar.gz |
Blacklist all TTC fonts that ship with Mac OS X
This list need to be filtered out so that only known problematic ones
are blacklisted.
-rw-r--r-- | otfl-blacklist.cnf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/otfl-blacklist.cnf b/otfl-blacklist.cnf index b659334..f77de5b 100644 --- a/otfl-blacklist.cnf +++ b/otfl-blacklist.cnf @@ -1,2 +1,22 @@ % Tackes ages to load LastResort.ttf % a MacOSX font, but also available for free from unicode.org + +% 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 |