C# Class Ultima.UnicodeFont

Datei anzeigen Open project: polserver/poltools Class Usage Examples

Public Methods

Method Description
GetHeight ( string text ) : int

Returns max height of text

GetWidth ( string text ) : int

Returns width of text

UnicodeFont ( ) : System

Method Details

GetHeight() public method

Returns max height of text
public GetHeight ( string text ) : int
text string
return int

GetWidth() public method

Returns width of text
public GetWidth ( string text ) : int
text string
return int

UnicodeFont() public method

public UnicodeFont ( ) : System
return System