C# Class PixelFarm.Drawing.Fonts.NOpenTypeFontFace

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetFontAtPointsSize ( float pointSize ) : ActualFont
GetScale ( float pointSize ) : float
NOpenTypeFontFace ( Typeface ntypeface, string fontName, string fontPath ) : System

Méthodes protégées

Méthode Description
OnDispose ( ) : void

Method Details

GetFontAtPointsSize() public méthode

public GetFontAtPointsSize ( float pointSize ) : ActualFont
pointSize float
Résultat ActualFont

GetScale() public méthode

public GetScale ( float pointSize ) : float
pointSize float
Résultat float

NOpenTypeFontFace() public méthode

public NOpenTypeFontFace ( Typeface ntypeface, string fontName, string fontPath ) : System
ntypeface NOpenType.Typeface
fontName string
fontPath string
Résultat System

OnDispose() protected méthode

protected OnDispose ( ) : void
Résultat void