FontsSettings Class
Represents fonts handling settings.
Inheritance Hierarchy
SystemObject
  Aspose.HtmlFontsSettings

Namespace: Aspose.Html
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public class FontsSettings

The FontsSettings type exposes the following members.

Constructors
  NameDescription
Public methodFontsSettings
Initializes a new instance of the FontsSettings class
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetFontsLookupFolders
Gets a copy of array which contains fonts folders. Fonts found in these folders are used for characters rendering.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetFontsLookupFolder(String)
Sets folder used during fonts selection.
Public methodSetFontsLookupFolder(String, Boolean)
Sets folder used during fonts selection.
Public methodSetFontsLookupFolders(String)
Sets an array of folders used during fonts selection.
Public methodSetFontsLookupFolders(String, Boolean)
Sets an array of folders used during fonts selection.
Public methodToString (Inherited from Object.)
See Also