C# 클래스 QuickFont.QFontGlyph

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

공개 프로퍼티들

프로퍼티 타입 설명
character char
page int
rect System.Drawing.Rectangle
yOffset int

공개 메소드들

메소드 설명
QFontGlyph ( int page, Rectangle rect, int yOffset, char character ) : System

메소드 상세

QFontGlyph() 공개 메소드

public QFontGlyph ( int page, Rectangle rect, int yOffset, char character ) : System
page int
rect System.Drawing.Rectangle
yOffset int
character char
리턴 System

프로퍼티 상세

character 공개적으로 프로퍼티

Which character this glyph represents
public char character
리턴 char

page 공개적으로 프로퍼티

Which texture page the glyph is on
public int page
리턴 int

rect 공개적으로 프로퍼티

The rectangle defining the glyphs position on the page
public Rectangle,System.Drawing rect
리턴 System.Drawing.Rectangle

yOffset 공개적으로 프로퍼티

How far the glyph would need to be vertically offset to be vertically in line with the tallest glyph in the set of all glyphs
public int yOffset
리턴 int