C# Class PixelFarm.Drawing.Fonts.FontKey

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Свойство Type Description
FontNameIndex int
FontSize float
FontStyle FontStyle

Méthodes publiques

Méthode Description
FontKey ( string fontname, float fontSize, FontStyle fs ) : System

Private Methods

Méthode Description
FontKey ( ) : System
RegisterFontName ( string fontName ) : int

Method Details

FontKey() public méthode

public FontKey ( string fontname, float fontSize, FontStyle fs ) : System
fontname string
fontSize float
fs FontStyle
Résultat System

Property Details

FontNameIndex public_oe property

public int FontNameIndex
Résultat int

FontSize public_oe property

public float FontSize
Résultat float

FontStyle public_oe property

public FontStyle FontStyle
Résultat FontStyle