Hiddenchars (#221)

* Fix bug where an icons font is counted as two unused unicode ranges
* Display the number of hidden chars
This commit is contained in:
Gaël Métais
2017-01-10 13:54:43 +08:00
committed by GitHub
parent 92fce802c5
commit ce16fa154c
3 changed files with 22 additions and 5 deletions
+5
View File
@@ -455,6 +455,11 @@
</div>
</div>
</div>
<div ng-if="font.ligaturesOrHiddenChars > 0">
<div><b>Ligatures or hidden chars</b></div>
<div ng-class="{offenderProblem: (font.ligaturesOrHiddenChars > 25)}">{{font.ligaturesOrHiddenChars}} glyphs</div>
<div></div>
</div>
</div>
</div>
</div>