C# Class YamuiFramework.Fonts.FontManager.FontResolver

Inheritance: IFontResolver
Afficher le fichier Open project: jcaillon/3P

Méthodes publiques

Méthode Description
ResolveFont ( string familyName, float emSize, FontStyle fontStyle, GraphicsUnit unit ) : Font

Private Methods

Méthode Description
GetFontFamily ( string familyName ) : FontFamily

Method Details

ResolveFont() public méthode

public ResolveFont ( string familyName, float emSize, FontStyle fontStyle, GraphicsUnit unit ) : Font
familyName string
emSize float
fontStyle FontStyle
unit GraphicsUnit
Résultat System.Drawing.Font