freetypy.Layout¶
-
class
freetypy.Layout¶ ⨎ Manages very simple layout of left-to-right text.
Parameters: -
__init__()¶ x.__init__(...) initializes x; see help(type(x)) for signature
Attributes
ink_bboxThe tight bounding box ( BBox) of the physical characters in the layout.layoutReturns a list of tuples describing the layout. layout_bboxThe logical bounding box ( BBox) of the layout.-