Свойство | Type | Description | |
---|---|---|---|
AfterDeserialized | void | ||
Font | System | ||
Font | System | ||
Initialize | void |
Méthode | Description | |
---|---|---|
GetRenderRect ( int x, int y ) : |
||
ResizeGraphicsDeviceManager ( GraphicsDeviceManager manager, int width, int height, int additionalWidth, int additionalHeight ) : void |
Resizes the graphics device manager based on this font's glyph size.
|
Méthode | Description | |
---|---|---|
AfterDeserialized ( System context ) : void | ||
Font ( ) : System | ||
Font ( |
||
Initialize ( |
public GetRenderRect ( int x, int y ) : |
||
x | int | |
y | int | |
Résultat |
public ResizeGraphicsDeviceManager ( GraphicsDeviceManager manager, int width, int height, int additionalWidth, int additionalHeight ) : void | ||
manager | GraphicsDeviceManager | Graphics device manager to resize. |
width | int | The width glyphs. |
height | int | The height glyphs. |
additionalWidth | int | Additional pixel width to add to the resize. |
additionalHeight | int | Additional pixel height to add to the resize. |
Résultat | void |