xtd 0.2.0
Loading...
Searching...
No Matches

◆ create() [17/24]

static font_picker xtd::forms::font_picker::create ( const control parent,
const drawing::font font 
)
static

A factory to create an xtd::forms::font_picker with specified parent, and font.

Parameters
parentThe parent that contains the new created xtd::forms::font_picker.
fontThe selected font.
Returns
New xtd::forms::font_picker created.