-- Conversion from straight lines to bezier curves. packageCurvesis
-- Join straight lines into cubic bezier curves, if the distance -- between original and joined lines remains below tolerance. procedureMake_Cubic
(This : accessGlyph; -- Make curves in this glyph.
Tolerance : inReal); -- Maximum distance to the joined line.