east_asian_font property

east_asian_font property

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

Definition:

@property
def east_asian_font(self):
    ...

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

See Also