Skip to content

Commit

Permalink
Merge pull request #706 from felipesanches/issue_684_font_classificat…
Browse files Browse the repository at this point in the history
…ion_round_1

blacklisting update (issues #684 #703 #704 #705)
  • Loading branch information
felipesanches committed Feb 22, 2016
2 parents a84fd22 + 1afd4af commit 0c89533
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 @@ -55,10 +55,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 0c89533

Please sign in to comment.