symbol_font property

symbol_font property

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

Definition:

@property
def symbol_font(self):
    ...

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

See Also