C# Class PixelFarm.Drawing.Fonts.ActualFont

specific fontface + size + style
Inheritance: IDisposable
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
dbugId int

Public Methods

Method Description
ActualFont ( ) : System
Dispose ( ) : void
GetGlyph ( char c ) : FontGlyph
GetGlyphByIndex ( uint glyphIndex ) : FontGlyph

Protected Methods

Method Description
GetCacheActualFont ( RequestFont r ) : ActualFont
OnDispose ( ) : void
SetCacheActualFont ( RequestFont r, ActualFont a ) : void

Method Details

ActualFont() public method

public ActualFont ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

GetCacheActualFont() protected static method

protected static GetCacheActualFont ( RequestFont r ) : ActualFont
r RequestFont
return ActualFont

GetGlyph() public abstract method

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

GetGlyphByIndex() public abstract method

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

OnDispose() protected abstract method

protected abstract OnDispose ( ) : void
return void

SetCacheActualFont() protected static method

protected static SetCacheActualFont ( RequestFont r, ActualFont a ) : void
r RequestFont
a ActualFont
return void

Property Details

dbugId public property

public int dbugId
return int