Click or drag to resize

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

Property Value

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