C# Class Fusion.Engine.Graphics.SpriteFont.SpriteFontInfo.CharInfo

Show file Open project: demiurghg/FusionEngine

Public Properties

Property Type Description
dstRect RectangleF
srcRect RectangleF
validChar bool
xAdvance int

Property Details

dstRect public property

public RectangleF dstRect
return RectangleF

srcRect public property

public RectangleF srcRect
return RectangleF

validChar public property

public bool validChar
return bool

xAdvance public property

public int xAdvance
return int