FontSettingsFonts Property |
Gets all the fonts loaded in the current application domain that are usable with SautinSoft.Document component.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic static IList<FontFile> Fonts { get; }
Public Shared ReadOnly Property Fonts As IList(Of FontFile)
Get
Property Value
IListFontFile
See Also