embedded_font_type property

embedded_font_type property

Gets or sets the type of font that embedded in Svg.

Remarks

Default value is SvgEmbeddedFontType.NONE which indicates that it will not embed font in Svg.

Definition:

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

See Also