
The FontSettings class provides settings determining which fonts can be used in a document.
Introduced: 15.0.
[C#]
public class FontSettings
[Visual Basic]
Public Class FontSettings
| Property | Description | |
| AdaptFontEvent | Specifies whether a TextControl.AdaptFont event is raised, if a font must be adapted. The default setting of this property is false. | |
| 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. |