-- Conversion from bezier curves to straight lines. packageNocurvesis
-- Approximate every cubic bezier curve by possibly multiple -- straight lines. Input parameter Tolerance specifies the maximum -- acceptable error between the original cubic bezier curve and the -- approximation. procedureMake_Straight
(This : accessGlyph; -- Straighten this glyph.
Tolerance : inReal); -- Maximum distance to the straight lines.