DrawingFont Class Methods
In This Topic
For a list of all methods of this type, see
DrawingFont.
Public Methods
| | Name | Description |
 | AddString | Overloaded. Adds the specified text string to the specified at the specified location. |
 | CanUseSymbol | Returns a value indicating whether symbol can be used. |
 | Clone | Creates a new DrawingFont that is a copy of the current instance. |
 | ConvertToDrawingString | Converts specified string from unicode string to DrawingString. |
 | CopyFontProgram | Copies the font program to specified stream (not supported). |
 | Dispose | Releases all resources used by this DrawingFont object. |
 | DrawString | Overloaded. Draws the specified text string on specified at the specified location using the specified object. |
 | MeasureCharacters | Overloaded. Measures widths of Unicode characters. |
 | MeasureString | Overloaded. Measures the specified string when drawn with this font. |
Protected Methods
See Also