C# Class QuickFont.QFontGlyph

Afficher le fichier Open project: Pireax/neovim.cs Class Usage Examples

Méthodes publiques

Свойство Type Description
character char
page int
rect System.Drawing.Rectangle
yOffset int

Méthodes publiques

Méthode Description
QFontGlyph ( int page, Rectangle rect, int yOffset, char character ) : System

Method Details

QFontGlyph() public méthode

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

Property Details

character public_oe property

Which character this glyph represents
public char character
Résultat char

page public_oe property

Which texture page the glyph is on
public int page
Résultat int

rect public_oe property

The rectangle defining the glyphs position on the page
public Rectangle,System.Drawing rect
Résultat 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
Résultat int