C# Class PixelFarm.DrawingGL.TextureFontFace

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

Méthodes publiques

Méthode Description
GetFontAtPointsSize ( float pointSize ) : ActualFont
GetScale ( float pointSize ) : float
TextureFontFace ( FontFace nOpenTypeFontFace, string xmlFontInfo, GlyphImage glyphImg ) : System

Méthodes protégées

Méthode Description
OnDispose ( ) : void

Method Details

GetFontAtPointsSize() public méthode

public GetFontAtPointsSize ( float pointSize ) : ActualFont
pointSize float
Résultat PixelFarm.Drawing.Fonts.ActualFont

GetScale() public méthode

public GetScale ( float pointSize ) : float
pointSize float
Résultat float

OnDispose() protected méthode

protected OnDispose ( ) : void
Résultat void

TextureFontFace() public méthode

public TextureFontFace ( FontFace nOpenTypeFontFace, string xmlFontInfo, GlyphImage glyphImg ) : System
nOpenTypeFontFace PixelFarm.Drawing.Fonts.FontFace
xmlFontInfo string
glyphImg PixelFarm.Drawing.Fonts.GlyphImage
Résultat System