C# 클래스 PixelFarm.DrawingGL.TextureFont

상속: PixelFarm.Drawing.Fonts.ActualFont
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
AssignToRequestFont ( RequestFont r ) : void
GetCacheFontAsTextureFont ( RequestFont r ) : TextureFont
GetGlyph ( char c ) : FontGlyph
GetGlyphByIndex ( uint glyphIndex ) : FontGlyph

보호된 메소드들

메소드 설명
OnDispose ( ) : void

비공개 메소드들

메소드 설명
TextureFont ( TextureFontFace typeface, float sizeInPoints ) : System

메소드 상세

AssignToRequestFont() 공개 메소드

public AssignToRequestFont ( RequestFont r ) : void
r PixelFarm.Drawing.RequestFont
리턴 void

GetCacheFontAsTextureFont() 공개 정적인 메소드

public static GetCacheFontAsTextureFont ( RequestFont r ) : TextureFont
r PixelFarm.Drawing.RequestFont
리턴 TextureFont

GetGlyph() 공개 메소드

public GetGlyph ( char c ) : FontGlyph
c char
리턴 PixelFarm.Drawing.Fonts.FontGlyph

GetGlyphByIndex() 공개 메소드

public GetGlyphByIndex ( uint glyphIndex ) : FontGlyph
glyphIndex uint
리턴 PixelFarm.Drawing.Fonts.FontGlyph

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void