Method | Description | |
---|---|---|
FNAFont ( object nativeFont ) : System |
Initializes a new instance of the FNAFont class.
|
|
GetNativeFont ( ) : object |
Gets the native font.
|
|
MeasureString ( StringBuilder text, float dpiScaleX, float dpiScaleY ) : Size |
Measures the string.
|
|
MeasureString ( string text, float dpiScaleX, float dpiScaleY ) : Size |
Measures the string.
|
public FNAFont ( object nativeFont ) : System | ||
nativeFont | object | The native font. |
return | System |
public MeasureString ( StringBuilder text, float dpiScaleX, float dpiScaleY ) : Size | ||
text | StringBuilder | The text. |
dpiScaleX | float | The dpi scale x. |
dpiScaleY | float | The dpi scale y. |
return | Size |
public MeasureString ( string text, float dpiScaleX, float dpiScaleY ) : Size | ||
text | string | The text. |
dpiScaleX | float | The dpi scale x. |
dpiScaleY | float | The dpi scale y. |
return | Size |