fontQA_GnameUni
This module contains tests for glyphnames and unicode codepoints.
This module contains tests for glyphnames and unicode codepoints.class: multiDotName(GlyphTest)
Glyphnames should have at most one dot
Constructor
- multiDotName( )
class: startNumber(GlyphTest)
Glyphnames should not begin with a number
Constructor
- startNumber( )
class: startUnderscore(GlyphTest)
Glyphnames should not begin with a underscore
Constructor
- startUnderscore( )
class: DotName_noUnicode(GlyphTest)
Glyphs with Dot-Names should have no Unicode
Constructor
- DotName_noUnicode( )
class: UnderscoreName_noUnicode(GlyphTest)
Glyphs with Underscore-Names should have no Unicode
Constructor
- UnderscoreName_noUnicode( )
class: UniName_UniCode(GlyphTest)
Every Glyph with a Uni-Name should have the corresponding Unicode
Constructor
- UniName_UniCode( )
class: UnicodeDoublemapping(GlyphTest)
A glyph should have at most one Unicode
Constructor
- UnicodeDoublemapping( )
class: doubleGlyphnames(GlyphTest)
All glyphnames sould be unique in a font.
Constructor
- doubleGlyphnames( )
class: doubleUnicode(GlyphTest)
All Unicodes-Codepoints sould be unique in a font.
Constructor
- doubleUnicode( )
class: GlyphNameExtensions(GlyphTest)
Check for valid Glyphname-Extensions.
Constructor
- GlyphNameExtensions( )