embedded_font_type property

embedded_font_type property

Gets or sets the type of font that embedded in html. Default value is HtmlEmbeddedFontType.NONE which indicates that it will not embed font in html.

Definition:

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

See Also