C# Class gView.GraphicsEngine.GdiPlus.GdiFont

Inheritance: IFont
ファイルを表示 Open project: jugstalt/gview5

Public Methods

Method Description
Dispose ( ) : void
GdiFont ( string fontFamily, float size, FontStyle fontStyle ) : gView.GraphicsEngine.Abstraction

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GdiFont() public method

public GdiFont ( string fontFamily, float size, FontStyle fontStyle ) : gView.GraphicsEngine.Abstraction
fontFamily string
size float
fontStyle FontStyle
return gView.GraphicsEngine.Abstraction