freetypy.Bitmap_Size¶
-
class
freetypy.Bitmap_Size¶ The metrics of a bitmap strike in a bitmap
Face.It is used for
Face.available_sizes.-
__init__()¶ x.__init__(...) initializes x; see help(type(x)) for signature
Attributes
heightThe vertical distance, in pixels, between two consecutive baselines. sizeThe nominal size of the strike in fractional points. widthThe average width, in pixels, of all glyphs in the strike. x_ppemThe horizontal ppem (nominal width) in fractional pixels. y_ppemThe vertical ppem (nominal height) in fractional pixels. -