FontSettingsMissingFonts Property |
Get fonts which were not found during the loading/saving of the current document. Check this property after launching the method Save().
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public static List<string> MissingFonts { get; }
Public Shared ReadOnly Property MissingFonts As List(Of String)
Get
Property Value
ListStringRemarks
Next you may download these fonts from Internet, install into your OS or specify a special folder with these user fonts:
UserFontsDirectory.
Thus, you can improve the document loading/saving quality and avoid using of alternative fonts.
See Also