C# Class PixelFarm.Drawing.Fonts.FontKey

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

Public Properties

Property Type Description
FontNameIndex int
FontSize float
FontStyle FontStyle

Public Methods

Method Description
FontKey ( string fontname, float fontSize, FontStyle fs ) : System

Private Methods

Method Description
FontKey ( ) : System
RegisterFontName ( string fontName ) : int

Method Details

FontKey() public method

public FontKey ( string fontname, float fontSize, FontStyle fs ) : System
fontname string
fontSize float
fs FontStyle
return System

Property Details

FontNameIndex public property

public int FontNameIndex
return int

FontSize public property

public float FontSize
return float

FontStyle public property

public FontStyle FontStyle
return FontStyle