C# 클래스 Ultima.ASCIIFont

파일 보기 프로젝트 열기: polserver/poltools 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ASCIIFont() 공개 메소드

public ASCIIFont ( byte header ) : System.Drawing
header byte
리턴 System.Drawing

GetBitmap() 공개 메소드

Gets Bitmap of given character
public GetBitmap ( char character ) : Bitmap
character char
리턴 System.Drawing.Bitmap

GetFixed() 공개 정적인 메소드

public static GetFixed ( int font ) : ASCIIFont
font int
리턴 ASCIIFont

GetWidth() 공개 메소드

public GetWidth ( string text ) : int
text string
리턴 int

ReplaceCharacter() 공개 메소드

public ReplaceCharacter ( int character, Bitmap import ) : void
character int
import System.Drawing.Bitmap
리턴 void