C# 클래스 NeovimDemo.FontGroup

파일 보기 프로젝트 열기: Pireax/neovim.cs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FontStyle FontStyle

공개 메소드들

메소드 설명
FontGroup ( Font font ) : System
Measure ( string text ) : SizeF
Print ( string text, System.Vector2 position ) : void

메소드 상세

FontGroup() 공개 메소드

public FontGroup ( Font font ) : System
font System.Drawing.Font
리턴 System

Measure() 공개 메소드

public Measure ( string text ) : SizeF
text string
리턴 System.Drawing.SizeF

Print() 공개 메소드

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

프로퍼티 상세

FontStyle 공개적으로 프로퍼티

public FontStyle FontStyle
리턴 FontStyle