C# Class PixelFarm.Drawing.Fonts.NativeFont

cross platform font
Inheritance: ActualFont
Show file Open project: prepare/HTML-Renderer

Private Properties

Property Type Description
NativeFont System
SetEmSizeInPoint void

Public Methods

Method Description
GetGlyph ( char c ) : FontGlyph
GetGlyphByIndex ( uint glyphIndex ) : FontGlyph

Protected Methods

Method Description
OnDispose ( ) : void

Private Methods

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

Method Details

GetGlyph() public method

public GetGlyph ( char c ) : FontGlyph
c char
return FontGlyph

GetGlyphByIndex() public method

public GetGlyphByIndex ( uint glyphIndex ) : FontGlyph
glyphIndex uint
return FontGlyph

OnDispose() protected method

protected OnDispose ( ) : void
return void