C# 클래스 FairyGUI.BitmapFont

상속: BaseFont
파일 보기 프로젝트 열기: fairygui/FairyGUI-unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
resizable bool
size int

공개 메소드들

메소드 설명
AddChar ( char ch, BMGlyph glyph ) : void
BitmapFont ( PackageItem item ) : System.Collections.Generic
GetGlyph ( char ch, GlyphInfo glyph ) : bool
GetGlyphSize ( char ch, float &width, float &height ) : bool
SetFormat ( TextFormat format, float fontSizeScale ) : void

메소드 상세

AddChar() 공개 메소드

public AddChar ( char ch, BMGlyph glyph ) : void
ch char
glyph BMGlyph
리턴 void

BitmapFont() 공개 메소드

public BitmapFont ( PackageItem item ) : System.Collections.Generic
item PackageItem
리턴 System.Collections.Generic

GetGlyph() 공개 메소드

public GetGlyph ( char ch, GlyphInfo glyph ) : bool
ch char
glyph GlyphInfo
리턴 bool

GetGlyphSize() 공개 메소드

public GetGlyphSize ( char ch, float &width, float &height ) : bool
ch char
width float
height float
리턴 bool

SetFormat() 공개 메소드

public SetFormat ( TextFormat format, float fontSizeScale ) : void
format TextFormat
fontSizeScale float
리턴 void

프로퍼티 상세

resizable 공개적으로 프로퍼티

public bool resizable
리턴 bool

size 공개적으로 프로퍼티

public int size
리턴 int