C# Class PixelFarm.Drawing.Fonts.FontKey

显示文件 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_oe property

public int FontNameIndex
return int

FontSize public_oe property

public float FontSize
return float

FontStyle public_oe property

public FontStyle FontStyle
return FontStyle