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

◆ create() [9/24]

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

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

Parameters
fontThe selected font.
colorThe color selected by the user. If a color is not selected.
Returns
New xtd::forms::font_picker created.