Property | Type | Description | |
---|---|---|---|
Font |
Property | Type | Description | |
---|---|---|---|
_HotSpot |
Method | Description | |
---|---|---|
Draw ( |
||
GameText ( |
||
GameText ( string fontAsset, string text = "" ) : Microsoft.Xna.Framework | ||
GetBoundingBox ( bool absolute = false ) : |
Method | Description | |
---|---|---|
resetDimensions ( ) : void |
Recalculate hot spot and scaling.
|
public Draw ( |
||
batch | ||
return | void |
public GameText ( |
||
font | ||
text | string | |
return | Microsoft.Xna.Framework |
public GameText ( string fontAsset, string text = "" ) : Microsoft.Xna.Framework | ||
fontAsset | string | |
text | string | |
return | Microsoft.Xna.Framework |
public GetBoundingBox ( bool absolute = false ) : |
||
absolute | bool | |
return |
public SpriteFont,Microsoft.Xna.Framework.Graphics Font | ||
return |