C# Class PixelFarm.Drawing.Fonts.ActualFont

specific fontface + size + style
Inheritance: IDisposable
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Свойство Type Description
dbugId int

Méthodes publiques

Méthode Description
ActualFont ( ) : System
Dispose ( ) : void
GetGlyph ( char c ) : FontGlyph
GetGlyphByIndex ( uint glyphIndex ) : FontGlyph

Méthodes protégées

Méthode Description
GetCacheActualFont ( RequestFont r ) : ActualFont
OnDispose ( ) : void
SetCacheActualFont ( RequestFont r, ActualFont a ) : void

Method Details

ActualFont() public méthode

public ActualFont ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetCacheActualFont() protected static méthode

protected static GetCacheActualFont ( RequestFont r ) : ActualFont
r RequestFont
Résultat ActualFont

GetGlyph() public abstract méthode

public abstract GetGlyph ( char c ) : FontGlyph
c char
Résultat FontGlyph

GetGlyphByIndex() public abstract méthode

public abstract GetGlyphByIndex ( uint glyphIndex ) : FontGlyph
glyphIndex uint
Résultat FontGlyph

OnDispose() protected abstract méthode

protected abstract OnDispose ( ) : void
Résultat void

SetCacheActualFont() protected static méthode

protected static SetCacheActualFont ( RequestFont r, ActualFont a ) : void
r RequestFont
a ActualFont
Résultat void

Property Details

dbugId public_oe property

public int dbugId
Résultat int