xtd::drawing::font::font | ( | const font & | prototype, |
float | em_size, | ||
font_style | style | ||
) |
IInitializes a new Font that uses the specified existing xtd::drawing::font, size and font_style enumeration.
prototype | The existing xtd::drawing::font from which to create the new xtd::drawing::font. |
em_size | The em-size of the new font in the units specified by the unit parameter. |
style | The font_style to apply to the new xtd::drawing::font. Multiple values of the font_style enumeration can be combined with the OR operator. |