Method AddFontNames
AddFontNames(ListControl, bool, string?)
Initializes ListControl with list of font names.
public static void AddFontNames(ListControl control, bool select = true, string? defaultName = null)
Parameters
control
ListControlControl instance which items will be filled with font names.
select
boolSpecifies whether to select default item in the control.
defaultName
stringSelect this font name in ListControl. If its
null
, name of the default font is used.