C# Class PixelFarm.Drawing.Fonts.NOpenTypeActualFont

Inheritance: ActualFont
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
GetGlyph ( char c ) : FontGlyph
GetGlyphByIndex ( uint glyphIndex ) : FontGlyph
GetGlyphVxs ( uint codepoint ) : VertexStore
NOpenTypeActualFont ( NOpenTypeFontFace ownerFace, float sizeInPoints, FontStyle style ) : System

Protected Methods

Method Description
OnDispose ( ) : 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

GetGlyphVxs() public method

public GetGlyphVxs ( uint codepoint ) : VertexStore
codepoint uint
return PixelFarm.Agg.VertexStore

NOpenTypeActualFont() public method

public NOpenTypeActualFont ( NOpenTypeFontFace ownerFace, float sizeInPoints, FontStyle style ) : System
ownerFace NOpenTypeFontFace
sizeInPoints float
style FontStyle
return System

OnDispose() protected method

protected OnDispose ( ) : void
return void