is_font_substitution_char_granularity property

is_font_substitution_char_granularity property

Indicates whether to only substitute the font of character when the cell font is not compatibility for it.

Remarks

Default is false. We will try default font of Workbook and PdfSaveOption/system for cell font first.

Definition:

@property
def is_font_substitution_char_granularity(self):
    ...
@is_font_substitution_char_granularity.setter
def is_font_substitution_char_granularity(self, value):
    ...

See Also