C# Class Axiom.Fonts.Font.GlyphInfo

Show file Open project: WolfgangSt/axiom

Public Properties

Property Type Description
aspectRatio Real
codePoint System.UInt32
uvRect Axiom.Core.RectangleF

Public Methods

Method Description
GlyphInfo ( UInt32 id, RectangleF rect, Real aspect ) : System

Method Details

GlyphInfo() public method

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

Property Details

aspectRatio public property

public Real aspectRatio
return Real

codePoint public property

public UInt32,System codePoint
return System.UInt32

uvRect public property

public RectangleF,Axiom.Core uvRect
return Axiom.Core.RectangleF