C# 클래스 ManicDigger.TextRenderer

파일 보기 프로젝트 열기: GlennMR/800Craft-Client

공개 프로퍼티들

프로퍼티 타입 설명
NewFont bool

공개 메소드들

메소드 설명
DecodeColors ( String s, FastColor defaultcolor ) : List
MakeTextTexture ( Text t ) : Bitmap
MeasureTextSize ( string text, Font font ) : SizeF

비공개 메소드들

메소드 설명
GetColor ( int currentcolor ) : FastColor
GetStringPath ( string s, float emSize, RectangleF rect, Font font, StringFormat format ) : GraphicsPath
HexToInt ( char c ) : int?
NextPowerOfTwo ( uint x ) : uint

메소드 상세

DecodeColors() 공개 메소드

public DecodeColors ( String s, FastColor defaultcolor ) : List
s String
defaultcolor FastColor
리턴 List

MakeTextTexture() 공개 메소드

public MakeTextTexture ( Text t ) : Bitmap
t Text
리턴 System.Drawing.Bitmap

MeasureTextSize() 공개 메소드

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

프로퍼티 상세

NewFont 공개적으로 프로퍼티

public bool NewFont
리턴 bool