C# Class PixelFarm.Drawing.WinGdi.WinGdiFontFace

Inheritance: PixelFarm.Drawing.Fonts.FontFace
Datei anzeigen Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
GetFontAtPointsSize ( float pointSize ) : ActualFont
GetScale ( float pointSize ) : float
WinGdiFontFace ( string fontName, FontStyle style ) : System

Protected Methods

Method Description
OnDispose ( ) : void

Private Methods

Method Description
SetInstalledFontCollection ( InstalledFontCollection installedFonts ) : void

Method Details

GetFontAtPointsSize() public method

public GetFontAtPointsSize ( float pointSize ) : ActualFont
pointSize float
return PixelFarm.Drawing.Fonts.ActualFont

GetScale() public method

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

OnDispose() protected method

protected OnDispose ( ) : void
return void

WinGdiFontFace() public method

public WinGdiFontFace ( string fontName, FontStyle style ) : System
fontName string
style FontStyle
return System