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

◆ font_family() [1/3]

xtd::drawing::font_family::font_family ( const xtd::string name)
explicit

Initializes a new xtd::drawing::font_family with the specified name.

Parameters
nameThe name of the new xtd::drawing::font_family.
Exceptions
std::invalid_argumentname is an empty string ("") - or - name specifies a font that is not installed on the computer running the application.