Enum FontEmbeddingType
Represents the possible font embedding types.
Namespace: Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Export
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public enum FontEmbeddingType
Full
Fully embeds fonts.
None
Does not embed fonts.
Subset
Embeds only the used characters subset of the fonts. This is the default approach.