C# Class PixelFarm.Drawing.Fonts.InstalledFontCollection

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

Méthodes publiques

Méthode 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 méthode

public GetFont ( string fontName, InstalledFontStyle style ) : InstalledFont
fontName string
style InstalledFontStyle
Résultat InstalledFont

InstalledFontCollection() public méthode

public InstalledFontCollection ( ) : System
Résultat System

LoadInstalledFont() public méthode

public LoadInstalledFont ( IEnumerable getFontFileIter ) : void
getFontFileIter IEnumerable
Résultat void

ReadPreviewFontData() public static méthode

public static ReadPreviewFontData ( IEnumerable getFontFileIter ) : List
getFontFileIter IEnumerable
Résultat List

SetFontNotFoundHandler() public méthode

public SetFontNotFoundHandler ( FontNotFoundHandler handler ) : void
handler FontNotFoundHandler
Résultat void