C# 클래스 ManicDigger.Renderers.TextRenderer

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

공개 프로퍼티들

프로퍼티 타입 설명
NewFont bool

공개 메소드들

메소드 설명
DecodeColors ( string s, Color defaultcolor ) : List
MakeTextTexture ( Text t ) : Bitmap

비공개 메소드들

메소드 설명
GetColor ( int currentcolor ) : Color
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, Color defaultcolor ) : List
s string
defaultcolor Color
리턴 List

MakeTextTexture() 공개 메소드

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

프로퍼티 상세

NewFont 공개적으로 프로퍼티

public bool NewFont
리턴 bool