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

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.