-- Remove pixel stairs. This is done by collapsing all lines with a -- length of less than Min_Length, and using their middle point -- instead. procedureRemove_Stairs
(This : accessGlyph; -- Depixel this glyph.
Min_Length : inReal := 1.5); -- Collapse lines shorter than this.