rasterize_unsupported_font_styles property

rasterize_unsupported_font_styles property #

Indicates whether text should be rasterized as a bitmap and saved to PDF when the font does not support bold styling. This approach can enhance the quality of text in the resulting PDF for certain fonts. Read/write bool.

Remarks #

Default value is false .

Definition: #

@property
def rasterize_unsupported_font_styles(self):
    ...

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

See Also #