C# Class PixelFarm.Drawing.Fonts.InstalledFontCollection

Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
GetFont ( string fontName, InstalledFontStyle style ) : InstalledFont
InstalledFontCollection ( ) : System
LoadInstalledFont ( IEnumerable getFontFileIter ) : void
ReadPreviewFontData ( IEnumerable getFontFileIter ) : List
SetFontNotFoundHandler ( FontNotFoundHandler handler ) : void

Method Details

GetFont() public method

public GetFont ( string fontName, InstalledFontStyle style ) : InstalledFont
fontName string
style InstalledFontStyle
return InstalledFont

InstalledFontCollection() public method

public InstalledFontCollection ( ) : System
return System

LoadInstalledFont() public method

public LoadInstalledFont ( IEnumerable getFontFileIter ) : void
getFontFileIter IEnumerable
return void

ReadPreviewFontData() public static method

public static ReadPreviewFontData ( IEnumerable getFontFileIter ) : List
getFontFileIter IEnumerable
return List

SetFontNotFoundHandler() public method

public SetFontNotFoundHandler ( FontNotFoundHandler handler ) : void
handler FontNotFoundHandler
return void