freetypy.TT_Header

class freetypy.TT_Header

TrueType header.

__init__()

x.__init__(...) initializes x; see help(type(x)) for signature

Attributes

checksum_adjust A checksum for the header.
created The date the font was created.
flags TT_HEADER_FLAGS bitflags that apply to the face as a whole.
font_direction The direction of the font.
font_revision The version of the font.
lowest_rec_ppem The smallest readable size in pixels.
mac_style TT_MAC_STYLE bitflags.
magic_number Always 0x5F0F3CF5.
modified The date the font was modified.
table_version The version of the TrueType header.
units_per_em Units per em.
x_max The maximum x for all bounding boxes.
x_min The minimum x for all bounding boxes.
y_max The maximum y for all bounding boxes.
y_min The minimum y for all bounding boxes.