SharpLeaf Reference > SharpLeaf Methods > GetCharsets Method SharpLeaf.GetCharsets Method
Return the list of used characters for each used font.
Result
Three string[] lists : fontnames, fontstyles, charsets.
Description
The result is three lists of strings :
- First is list of font names, as registered by the Operating System
- Second is corresponding list of fontstyles (one of “Regular” “Bold” “Italic” “Bold, Italic”, as returned by FontStyle.ToString)
- Third is corresponding list of character subsets.
See also ...SharpLeaf Members
Send comments on this topic © Dyalog Ltd 2021
|