latin_font property

latin_font property

Returns or sets the Latin font. Read/write IFontData.

Definition:

@property
def latin_font(self):
    ...

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

See Also