|
Public Member Functions |
|
| this (Font font) |
| | Duplicate the parameters of this font.
|
|
void | textExtent (Control control, char[] text, out int width, out int height) |
| | Get the dimensions of a line of text in pixels.
|
|
int | height (Control con) |
| | Get the font height in pixels.
|
|
void | height (int value) |
| | Set the font height in pixels.
|
|
bit | bold () |
| | Return whether this font is bold.
|
|
void | bold (bit value) |
| | Set whether this font is bold.
|
|
bit | underline () |
| | Return whether this font is underlined.
|
|
void | underline (bit value) |
| | Set whether this font is underlined.
|
|
bit | strikeout () |
| | Return whether this font is struck out.
|
|
void | strikeout (bit value) |
| | Set whether this font is struck out.
|