FontSettingsCommonFontsForLanguages Property |
The array of lists with Chinese, Japanese, Korean, Devanagari and other fonts to render characters in this language. You may add any extra fonts intalled at your machine. Use WrittingLanguages to refer to desired font collection.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax public static List<string>[] CommonFontsForLanguages { get; set; }
Public Shared Property CommonFontsForLanguages As List(Of String)()
Get
Set
Property Value
ListStringRemarks
The component tries to use fonts in the list by order. In case the font doesn't contain a necessary symbol, next font in the list will be taken and so forth.
See Also