freetypy.Bitmap_Size¶
-
class
freetypy.
Bitmap_Size
¶ Models the metrics of a bitmap strike in a bitmap font. It is used for
Face.available_sizes
.Attributes
height
The vertical distance, in pixels, between two consecutive baselines. size
The nominal size of the strike in fractional points. width
The average width, in pixels, of all glyphs in the strike. x_ppem
The horizontal ppem (nominal width) in fractional pixels. y_ppem
The vertical ppem (nominal height) in fractional pixels.