font_type property

font_type property

Gets or sets the font type.

Example

TrueType, Type 1, Open Type, and so on.

Definition:

@property
def font_type(self):
    ...
@font_type.setter
def font_type(self, value):
    ...

See Also