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-05-27 23:25:59 +01:00
parent 063a21997b
commit b201b32b46
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>