Outline.
transform
Apply a simple 2x2 matrix to all of an outline’s points. Useful for applying rotations, slanting, flipping, etc.
matrix : 2x2 sequence of floats, optional
A matrix of the form: [[xx, xy] [yx, yy]]
A matrix of the form:
[[xx, xy] [yx, yy]]
freetypy.Outline.to_string
freetypy.Outline.translate