C# 클래스 PixelFarm.DrawingGL.TextureFontFace

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

공개 메소드들

메소드 설명
GetFontAtPointsSize ( float pointSize ) : ActualFont
GetScale ( float pointSize ) : float
TextureFontFace ( FontFace nOpenTypeFontFace, string xmlFontInfo, GlyphImage glyphImg ) : System

보호된 메소드들

메소드 설명
OnDispose ( ) : void

메소드 상세

GetFontAtPointsSize() 공개 메소드

public GetFontAtPointsSize ( float pointSize ) : ActualFont
pointSize float
리턴 PixelFarm.Drawing.Fonts.ActualFont

GetScale() 공개 메소드

public GetScale ( float pointSize ) : float
pointSize float
리턴 float

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void

TextureFontFace() 공개 메소드

public TextureFontFace ( FontFace nOpenTypeFontFace, string xmlFontInfo, GlyphImage glyphImg ) : System
nOpenTypeFontFace PixelFarm.Drawing.Fonts.FontFace
xmlFontInfo string
glyphImg PixelFarm.Drawing.Fonts.GlyphImage
리턴 System