C# Class PixelFarm.DrawingGL.TextureFont

Inheritance: PixelFarm.Drawing.Fonts.ActualFont
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
AssignToRequestFont ( RequestFont r ) : void
GetCacheFontAsTextureFont ( RequestFont r ) : TextureFont
GetGlyph ( char c ) : FontGlyph
GetGlyphByIndex ( uint glyphIndex ) : FontGlyph

Méthodes protégées

Méthode Description
OnDispose ( ) : void

Private Methods

Méthode Description
TextureFont ( TextureFontFace typeface, float sizeInPoints ) : System

Method Details

AssignToRequestFont() public méthode

public AssignToRequestFont ( RequestFont r ) : void
r PixelFarm.Drawing.RequestFont
Résultat void

GetCacheFontAsTextureFont() public static méthode

public static GetCacheFontAsTextureFont ( RequestFont r ) : TextureFont
r PixelFarm.Drawing.RequestFont
Résultat TextureFont

GetGlyph() public méthode

public GetGlyph ( char c ) : FontGlyph
c char
Résultat PixelFarm.Drawing.Fonts.FontGlyph

GetGlyphByIndex() public méthode

public GetGlyphByIndex ( uint glyphIndex ) : FontGlyph
glyphIndex uint
Résultat PixelFarm.Drawing.Fonts.FontGlyph

OnDispose() protected méthode

protected OnDispose ( ) : void
Résultat void