fontQA_Outline
This module contains tests for glyph outlines.
This module contains tests for glyph outlines.class: Contour_Statistic(FontStatistic)
Number of contours per glyph statistic for every font
Constructor
- Contour_Statistic( )
class: Node_Statistic(FontStatistic)
Number of nodes per contour statistic for every font
Constructor
- Node_Statistic( )
class: Area_Statistic(FontStatistic)
Area per contour statistic for every font
Constructor
- Area_Statistic( )
class: MinContourLength(GlyphTest)
Verify that every contour consists of at least three nodes.
Constructor
- MinContourLength( )
class: MinContourArea(GlyphTest)
Verify that every contour has a area of at least 100 squareunits.
Constructor
- MinContourArea( )
class: ExtremumPoint(GlyphTest)
Verify that every contour has nodes on its extremes.
Constructor
- ExtremumPoint( )
class: UnnecInflect(GlyphTest)
Verify that no contour has unnecessery inflections.
Constructor
- UnnecInflect( )
class: UnnecExtreme(GlyphTest)
Verify that no contour has unnecessery extremums.
Constructor
- UnnecExtreme( )