C# Class QuickFont.QFontGlyph

Mostra file Open project: Pireax/neovim.cs Class Usage Examples

Public Properties

Property Type Description
character char
page int
rect System.Drawing.Rectangle
yOffset int

Public Methods

Method Description
QFontGlyph ( int page, Rectangle rect, int yOffset, char character ) : System

Method Details

QFontGlyph() public method

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

Property Details

character public_oe property

Which character this glyph represents
public char character
return char

page public_oe property

Which texture page the glyph is on
public int page
return int

rect public_oe property

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

yOffset public_oe property

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
return int