C# 클래스 PixelFarm.Drawing.Fonts.NOpenTypeActualFont

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

공개 메소드들

메소드 설명
GetGlyph ( char c ) : FontGlyph
GetGlyphByIndex ( uint glyphIndex ) : FontGlyph
GetGlyphVxs ( uint codepoint ) : VertexStore
NOpenTypeActualFont ( NOpenTypeFontFace ownerFace, float sizeInPoints, FontStyle style ) : System

보호된 메소드들

메소드 설명
OnDispose ( ) : void

메소드 상세

GetGlyph() 공개 메소드

public GetGlyph ( char c ) : FontGlyph
c char
리턴 FontGlyph

GetGlyphByIndex() 공개 메소드

public GetGlyphByIndex ( uint glyphIndex ) : FontGlyph
glyphIndex uint
리턴 FontGlyph

GetGlyphVxs() 공개 메소드

public GetGlyphVxs ( uint codepoint ) : VertexStore
codepoint uint
리턴 PixelFarm.Agg.VertexStore

NOpenTypeActualFont() 공개 메소드

public NOpenTypeActualFont ( NOpenTypeFontFace ownerFace, float sizeInPoints, FontStyle style ) : System
ownerFace NOpenTypeFontFace
sizeInPoints float
style FontStyle
리턴 System

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void