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

specific fontface + size + style
상속: IDisposable
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dbugId int

공개 메소드들

메소드 설명
ActualFont ( ) : System
Dispose ( ) : void
GetGlyph ( char c ) : FontGlyph
GetGlyphByIndex ( uint glyphIndex ) : FontGlyph

보호된 메소드들

메소드 설명
GetCacheActualFont ( RequestFont r ) : ActualFont
OnDispose ( ) : void
SetCacheActualFont ( RequestFont r, ActualFont a ) : void

메소드 상세

ActualFont() 공개 메소드

public ActualFont ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetCacheActualFont() 보호된 정적인 메소드

protected static GetCacheActualFont ( RequestFont r ) : ActualFont
r RequestFont
리턴 ActualFont

GetGlyph() 공개 추상적인 메소드

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

GetGlyphByIndex() 공개 추상적인 메소드

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

OnDispose() 보호된 추상적인 메소드

protected abstract OnDispose ( ) : void
리턴 void

SetCacheActualFont() 보호된 정적인 메소드

protected static SetCacheActualFont ( RequestFont r, ActualFont a ) : void
r RequestFont
a ActualFont
리턴 void

프로퍼티 상세

dbugId 공개적으로 프로퍼티

public int dbugId
리턴 int