Click or drag to resize

FontSettings Class

Contains font related settings which are used when printing, importing or exporting a document to a file format that requires font information.
Inheritance Hierarchy
SystemObject
  SautinSoft.DocumentFontSettings

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.1.16
Syntax
public static class FontSettings

The FontSettings type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberFonts Gets all the fonts loaded in the current application domain that are usable with SautinSoft.Document component.
Public propertyStatic memberFontsBaseDirectory Gets or sets the base directory path where component looks for fonts. Directory path can be absolute or relative to GetCurrentDirectory.
Public propertyStatic memberFontsBaseResourceLocation Gets or sets the base resource location where component looks for fonts specified as resources inside the local or referenced assembly.
Top
Events
 NameDescription
Public eventStatic memberFontSelection Occurs when the FontFile must be selected based on the font name, style and weight used in the document and when the fallback font must be selected (if the current FontFile does not contain outlines for the Character).
Top
See Also