ttfquery.glyph

Representation of a single glyph including contour extraction

Functions

integrateQuadratic( points , steps = 3 )
Get points on curve for quadratic w/ end points A and C
This is a very crude approach to the integration, everything is coded directly in Python, with no attempts to speed up the process.
XXX Should eventually provide adaptive steps so that the angle between the elements can determine how many steps are used.

Classes