[]
Creates a new font selector.
public FontSelector()
Public Sub New()
Creates a new font selector.
public FontSelector(bool renderAsFont)
Public Sub New(renderAsFont As Boolean)
Type | Name | Description |
---|---|---|
bool | renderAsFont | Whether to render as a font |
Creates a new font selector.
public FontSelector(bool renderAsFont, string sampleString)
Public Sub New(renderAsFont As Boolean, sampleString As String)
Type | Name | Description |
---|---|---|
bool | renderAsFont | Whether to render as a font |
string | sampleString | Sample string |