C# 클래스 fCraft.FontHandler

파일 보기 프로젝트 열기: GlennMR/800craft 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
blockCount int
player Player

공개 메소드들

메소드 설명
CreateGraphicsAndDraw ( string Sentence ) : void
Crop ( Bitmap bmp ) : Bitmap
Draw ( Bitmap img ) : void
FontHandler ( Block textColor, Vector3I Marks, Player p, Direction dir ) : System
MeasureTextSize ( string text, Font font ) : SizeF

비공개 메소드들

메소드 설명
DrawOneBlock ( Player player, Map map, Block drawBlock, Vector3I coord, BlockChangeContext context, int &blocks, int &blocksDenied, fCraft undoState ) : void

메소드 상세

CreateGraphicsAndDraw() 공개 메소드

public CreateGraphicsAndDraw ( string Sentence ) : void
Sentence string
리턴 void

Crop() 공개 정적인 메소드

public static Crop ( Bitmap bmp ) : Bitmap
bmp System.Drawing.Bitmap
리턴 System.Drawing.Bitmap

Draw() 공개 메소드

public Draw ( Bitmap img ) : void
img System.Drawing.Bitmap
리턴 void

FontHandler() 공개 메소드

public FontHandler ( Block textColor, Vector3I Marks, Player p, Direction dir ) : System
textColor Block
Marks Vector3I
p Player
dir Direction
리턴 System

MeasureTextSize() 공개 정적인 메소드

public static MeasureTextSize ( string text, Font font ) : SizeF
text string
font System.Drawing.Font
리턴 System.Drawing.SizeF

프로퍼티 상세

blockCount 공개적으로 프로퍼티

public int blockCount
리턴 int

player 공개적으로 프로퍼티

public Player,fCraft player
리턴 Player