C# 클래스 Ultima.ASCIIText

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

공개 프로퍼티들

프로퍼티 타입 설명
Fonts Ultima.ASCIIFont[]

공개 메소드들

메소드 설명
DrawText ( int fontId, string text ) : Bitmap

Draws Text with font in Bitmap and returns

Initialize ( ) : void

Reads fonts.mul

Save ( string FileName ) : void

비공개 메소드들

메소드 설명
ASCIIText ( ) : System.Drawing

메소드 상세

DrawText() 공개 정적인 메소드

Draws Text with font in Bitmap and returns
public static DrawText ( int fontId, string text ) : Bitmap
fontId int
text string
리턴 System.Drawing.Bitmap

Initialize() 공개 정적인 메소드

Reads fonts.mul
public static Initialize ( ) : void
리턴 void

Save() 공개 정적인 메소드

public static Save ( string FileName ) : void
FileName string
리턴 void

프로퍼티 상세

Fonts 공개적으로 정적으로 프로퍼티

public static ASCIIFont[],Ultima Fonts
리턴 Ultima.ASCIIFont[]