C# Class Axiom.Fonts.Font.GlyphInfo

Mostrar archivo 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_oe property

public Real aspectRatio
return Real

codePoint public_oe property

public UInt32,System codePoint
return System.UInt32

uvRect public_oe property

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