The FontSettings class provides settings determining which fonts can be used in a document.

Syntax

public class FontSettings
Public Class FontSettings

Introduced: 15.0.

Properties

Property Description
AdaptFontEvent Specifies whether a TextControl.AdaptFont event is raised, if a font must be adapted.
EmbeddableFontsOnly Gets or sets a value specifying that only embeddable fonts can be used in a document.
ScalableFontsOnly Gets or sets a value specifying that only free scalable fonts can be used in a document.
TrueTypeFontsOnly Gets or sets a value specifying that only TrueType and OpenType fonts can be used in a document.