EmbedTrueTypeFontsForASCII

PdfOptions.EmbedTrueTypeFontsForASCII 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 Boolean.

public bool EmbedTrueTypeFontsForASCII { get; set; }

Remarks

Default is true.

See Also