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

cross platform font
상속: ActualFont
파일 보기 프로젝트 열기: prepare/HTML-Renderer

Private Properties

프로퍼티 타입 설명
NativeFont System
SetEmSizeInPoint void

공개 메소드들

메소드 설명
GetGlyph ( char c ) : FontGlyph
GetGlyphByIndex ( uint glyphIndex ) : FontGlyph

보호된 메소드들

메소드 설명
OnDispose ( ) : void

비공개 메소드들

메소드 설명
NativeFont ( NativeFontFace ownerFace, string fontName, FontStyle fontStyle, int pixelSize ) : System
SetEmSizeInPoint ( float emSizeInPoints ) : void

메소드 상세

GetGlyph() 공개 메소드

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

GetGlyphByIndex() 공개 메소드

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

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void