C# Class PixelFarm.Drawing.Fonts.NOpenTypeFontFace

Inheritance: FontFace
ファイルを表示 Open project: prepare/HTML-Renderer Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
OnDispose ( ) : void

Method Details

GetFontAtPointsSize() public method

public GetFontAtPointsSize ( float pointSize ) : ActualFont
pointSize float
return ActualFont

GetScale() public method

public GetScale ( float pointSize ) : float
pointSize float
return float

NOpenTypeFontFace() public method

public NOpenTypeFontFace ( Typeface ntypeface, string fontName, string fontPath ) : System
ntypeface NOpenType.Typeface
fontName string
fontPath string
return System

OnDispose() protected method

protected OnDispose ( ) : void
return void