C# Class Axiom.Fonts.Font.GlyphInfo

Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Свойство Type Description
aspectRatio Real
codePoint System.UInt32
uvRect Axiom.Core.RectangleF

Méthodes publiques

Méthode Description
GlyphInfo ( UInt32 id, RectangleF rect, Real aspect ) : System

Method Details

GlyphInfo() public méthode

public GlyphInfo ( UInt32 id, RectangleF rect, Real aspect ) : System
id System.UInt32
rect Axiom.Core.RectangleF
aspect Real
Résultat System

Property Details

aspectRatio public_oe property

public Real aspectRatio
Résultat Real

codePoint public_oe property

public UInt32,System codePoint
Résultat System.UInt32

uvRect public_oe property

public RectangleF,Axiom.Core uvRect
Résultat Axiom.Core.RectangleF