latin_font property

latin_font property

Returns or sets the Latin font info. Null means font is undefined and should be inherited from the Master. Read/write IFontData.

Definition:

@property
def latin_font(self):
    ...

@latin_font.setter
def latin_font(self, value):
    ...

See Also