C# 클래스 Ultima.UnicodeFont

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

공개 메소드들

메소드 설명
GetHeight ( string text ) : int

Returns max height of text

GetWidth ( string text ) : int

Returns width of text

UnicodeFont ( ) : System

메소드 상세

GetHeight() 공개 메소드

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

GetWidth() 공개 메소드

Returns width of text
public GetWidth ( string text ) : int
text string
리턴 int

UnicodeFont() 공개 메소드

public UnicodeFont ( ) : System
리턴 System