C# Class hyades.graphics.Font

Mostrar archivo Open project: zfedoran/bubblebound Class Usage Examples

Public Properties

Property Type Description
char_set string
height float
regions hyades.graphics.TextureRegion[]
texture Microsoft.Xna.Framework.Graphics.Texture2D

Public Methods

Method Description
GetStringLength ( string text, float scale, float kerning ) : float

Method Details

GetStringLength() public method

public GetStringLength ( string text, float scale, float kerning ) : float
text string
scale float
kerning float
return float

Property Details

char_set public_oe property

public string char_set
return string

height public_oe property

public float height
return float

regions public_oe property

public TextureRegion[],hyades.graphics regions
return hyades.graphics.TextureRegion[]

texture public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics texture
return Microsoft.Xna.Framework.Graphics.Texture2D