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

◆ font() [3/15]

xtd::drawing::font::font ( const font prototype,
font_style  style 
)

IInitializes a new Font that uses the specified existing xtd::drawing::font and font_style enumeration.

Parameters
prototypeThe existing xtd::drawing::font from which to create the new xtd::drawing::font.
styleThe font_style to apply to the new xtd::drawing::font. Multiple values of the font_style enumeration can be combined with the OR operator.