complex_script_font property

complex_script_font property

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

Definition:

@property
def complex_script_font(self):
    ...

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

See Also