Свойство | Тип | Описание | |
---|---|---|---|
BasicSmall |
Метод | Описание | |
---|---|---|
Draw ( |
Draws text to a buffer using the specified settings.
|
|
FromString ( string source ) : |
Converts a font definition string to a raster font.
|
|
RasterFont ( int cx, int cy ) : System |
Creates an empty raster font of the specified dimensions.
|
public Draw ( |
||
buffer | The buffer to draw to. | |
text | string | The text to draw. |
position | Point | The position of the text. |
brush | The brush to draw the text with. | |
alignment | Alignment | The alignment of the text relative to its position. |
Результат | void |
public static FromString ( string source ) : |
||
source | string | The string to get font data from. |
Результат |
public RasterFont ( int cx, int cy ) : System | ||
cx | int | The glyph width to use. |
cy | int | The glyph height to use. |
Результат | System |