Méthode | Description | |
---|---|---|
DrawString ( |
Draws the string
|
|
MeasureGlyph ( char ch ) : Rectangle |
|
|
MeasureString ( string text ) : Rectangle |
|
|
MeasureStringF ( string text, float tracking ) : RectangleF |
Measures string
|
|
SpriteFont ( |
Constrcutor
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
GetInfo ( char ch ) : SpriteFontInfo.CharInfo |
|
|
GetKerning ( char ch0, char ch1 ) : float |
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public DrawString ( |
||
spriteBatch | ||
text | string | |
xPos | float | |
yPos | float | |
color | Color | |
frameIndex | int | |
tracking | float | |
useBaseLine | bool | |
flip | bool | |
Résultat | void |
public MeasureGlyph ( char ch ) : Rectangle | ||
ch | char | |
Résultat | Rectangle |
public MeasureString ( string text ) : Rectangle | ||
text | string | |
Résultat | Rectangle |
public MeasureStringF ( string text, float tracking ) : RectangleF | ||
text | string | |
tracking | float | |
Résultat | RectangleF |
public SpriteFont ( |
||
rs | ||
stream | Stream | |
Résultat | System |