Skip to content

Commit

Permalink
blacklisting update (issues fonttools#684 fonttools#703 fonttools#704 f…
Browse files Browse the repository at this point in the history
  • Loading branch information
felipesanches committed Feb 22, 2016
1 parent fe66732 commit 1afd4af
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions tools/compute_font_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,22 @@
# will be skipped.
# TODO: Investigate why these don't work.
BLACKLIST = [
"Angkor",
"Fasthand",
"Noto",
"Droid"
#IOError: invalid reference (issue #705)
"Corben",
#SystemError: tile cannot extend outside image (issue #704)
"Suwannaphum",
"KarlaTamil",
"Khmer",
"KdamThmor",
"Battambang",
"AksaraBaliGalang",
"Phetsarath",
"Kantumruy",
"Nokora",
"Droid",
#IOError: execution context too long (issue #703)
"FiraSans",
"FiraMono"
]

DEBUG_TEMPLATE = """
Expand Down

0 comments on commit 1afd4af

Please sign in to comment.