SharpPlot Reference > SharpPlot Methods > GetCharsets Method SharpPlot.GetCharsets Method
Return the list of used characters for each used font.
public string[][] GetCharsets();
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 ...SharpPlot Members
Send comments on this topic © Dyalog Ltd 2021
|