C# Class NeovimDemo.FontGroup

ファイルを表示 Open project: Pireax/neovim.cs Class Usage Examples

Public Properties

Property Type Description
FontStyle FontStyle

Public Methods

Method Description
FontGroup ( Font font ) : System
Measure ( string text ) : SizeF
Print ( string text, System.Vector2 position ) : void

Method Details

FontGroup() public method

public FontGroup ( Font font ) : System
font System.Drawing.Font
return System

Measure() public method

public Measure ( string text ) : SizeF
text string
return System.Drawing.SizeF

Print() public method

public Print ( string text, System.Vector2 position ) : void
text string
position System.Vector2
return void

Property Details

FontStyle public_oe property

public FontStyle FontStyle
return FontStyle