C# Class Ultima.ASCIIFont

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

Méthodes publiques

Méthode Description
ASCIIFont ( byte header ) : System.Drawing
GetBitmap ( char character ) : Bitmap

Gets Bitmap of given character

GetFixed ( int font ) : ASCIIFont
GetWidth ( string text ) : int
ReplaceCharacter ( int character, Bitmap import ) : void

Method Details

ASCIIFont() public méthode

public ASCIIFont ( byte header ) : System.Drawing
header byte
Résultat System.Drawing

GetBitmap() public méthode

Gets Bitmap of given character
public GetBitmap ( char character ) : Bitmap
character char
Résultat System.Drawing.Bitmap

GetFixed() public static méthode

public static GetFixed ( int font ) : ASCIIFont
font int
Résultat ASCIIFont

GetWidth() public méthode

public GetWidth ( string text ) : int
text string
Résultat int

ReplaceCharacter() public méthode

public ReplaceCharacter ( int character, Bitmap import ) : void
character int
import System.Drawing.Bitmap
Résultat void