FontKey Class
Definition
Line
1151
of
System.Windows/Graphics.cm
Constructors & Destructor
public
nothrow
FontKey
(
const
String
<
char
>& family_,
float
size_,
FontStyle
style_)
Member Functions
public
nothrow
String
<
char
>
ToString
()
Member Variables
public
String
<
char
>
family
public
float
size
public
FontStyle
style
Constructor& Destructor Details
FontKey Constructor
public
nothrow
FontKey(
const
String
<
char
>& family_,
float
size_,
FontStyle
style_)
Definition
Line
1153
of
System.Windows/Graphics.cm
Member Function Details
ToString Member Function
public
nothrow
String
<
char
> ToString()
Definition
Line
1156
of
System.Windows/Graphics.cm