embedded_font_type属性
embedded_font_type属性
获取或设置 Svg 中嵌入的字体类型。
注意事项
默认值为 SvgEmbeddedFontType.NONE
,表示不会在 Svg 中嵌入字体。
定义:
@property
def embedded_font_type(self):
...
@embedded_font_type.setter
def embedded_font_type(self, value):
...
获取或设置 Svg 中嵌入的字体类型。
默认值为 SvgEmbeddedFontType.NONE
,表示不会在 Svg 中嵌入字体。
@property
def embedded_font_type(self):
...
@embedded_font_type.setter
def embedded_font_type(self, value):
...