Click or drag to resize

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.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public static List<string> MissingFonts { get; }

Property Value

ListString
Remarks
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