link_external_fonts property

Determines a way of handling externally loaded fonts. If true, the links to separate font files will be added to the style section of SVG file. If false, the font data will be embedded to SVG file. Please check all external fonts license agreements before embedding. Read/write bool. Default value is true.

Definition: #

@property
def link_external_fonts(self):
    ...

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

See Also #