embed_true_type_fonts_for_ascii property

embed_true_type_fonts_for_ascii property

Determines if Aspose.Slides will embed common fonts for ASCII (33..127 code range) text. Fonts for character codes greater than 127 are always embedded. Common fonts list includes PDF’s base 14 fonts and additional user specified fonts. Read/write bool.

Remarks

Default is true .

Definition:

@property
def embed_true_type_fonts_for_ascii(self):
    ...

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

See Also