C# Class PixelFarm.Drawing.Fonts.NativeFont

cross platform font
Inheritance: ActualFont
Afficher le fichier Open project: prepare/HTML-Renderer

Private Properties

Свойство Type Description
NativeFont System
SetEmSizeInPoint void

Méthodes publiques

Méthode Description
GetGlyph ( char c ) : FontGlyph
GetGlyphByIndex ( uint glyphIndex ) : FontGlyph

Méthodes protégées

Méthode Description
OnDispose ( ) : void

Private Methods

Méthode Description
NativeFont ( NativeFontFace ownerFace, string fontName, FontStyle fontStyle, int pixelSize ) : System
SetEmSizeInPoint ( float emSizeInPoints ) : void

Method Details

GetGlyph() public méthode

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

GetGlyphByIndex() public méthode

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

OnDispose() protected méthode

protected OnDispose ( ) : void
Résultat void