Method | Description | |
---|---|---|
CreateFont ( FontStyle p_fstStyle, float p_fltSize ) : |
Used to create the font with the style and size requested.
|
|
FontSet ( string families ) : System |
Creates a new instance of the FontSet class.
|
public CreateFont ( FontStyle p_fstStyle, float p_fltSize ) : |
||
p_fstStyle | FontStyle | The style of font to create. |
p_fltSize | float | The size of font to create. |
return |
public FontSet ( string families ) : System | ||
families | string | The list of font familes this set uses. The familes will try and be used in the order they were passed, e.g. index 0 to n. |
return | System |