font_face property

font_face property

Gets or sets the font face.

Definition:

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

See Also