C# Class Ultima.UnicodeFont

Afficher le fichier Open project: polserver/poltools Class Usage Examples

Méthodes publiques

Méthode Description
GetHeight ( string text ) : int

Returns max height of text

GetWidth ( string text ) : int

Returns width of text

UnicodeFont ( ) : System

Method Details

GetHeight() public méthode

Returns max height of text
public GetHeight ( string text ) : int
text string
Résultat int

GetWidth() public méthode

Returns width of text
public GetWidth ( string text ) : int
text string
Résultat int

UnicodeFont() public méthode

public UnicodeFont ( ) : System
Résultat System