C# Class MetroFramework.MetroFonts.DefaultFontResolver

Inheritance: IMetroFontResolver
显示文件 Open project: AshishKilmist/MetroFramework

Public Methods

Method Description
ResolveFont ( string familyName, float emSize, FontStyle fontStyle, GraphicsUnit unit ) : Font

Method Details

ResolveFont() public method

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