C# 클래스 Flood.GUI.GlyphManager

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

공개 메소드들

메소드 설명
GetKerning ( Font font, int c1, int c2 ) : System.Vector2
GlyphManager ( ) : System
TryGetGlyphImage ( Font font, int codepoint, SubTexture &texture, ResourceHandle &material ) : bool
TryGetGlyphInfo ( Font font, int codepoint, Glyph &glyph ) : bool

메소드 상세

GetKerning() 공개 메소드

public GetKerning ( Font font, int c1, int c2 ) : System.Vector2
font Font
c1 int
c2 int
리턴 System.Vector2

GlyphManager() 공개 메소드

public GlyphManager ( ) : System
리턴 System

TryGetGlyphImage() 공개 메소드

public TryGetGlyphImage ( Font font, int codepoint, SubTexture &texture, ResourceHandle &material ) : bool
font Font
codepoint int
texture SubTexture
material ResourceHandle
리턴 bool

TryGetGlyphInfo() 공개 메소드

public TryGetGlyphInfo ( Font font, int codepoint, Glyph &glyph ) : bool
font Font
codepoint int
glyph Glyph
리턴 bool