| SharpPlot Reference > SharpPlot Methods > GetCharsets Method SharpPlot.GetCharsets MethodReturn the list of used characters for each used font. public string[][] GetCharsets(); ResultThree string[] lists : fontnames, fontstyles, charsets. DescriptionThe result is three lists of strings : 
First is list of font names, as registered by the Operating SystemSecond 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
 |