IDrawingFont Interface Properties
In This Topic
For a list of all properties of this type, see
IDrawingFont.
Public Properties
| | Name | Description |
 | CanCopyFontProgram | Gets a value indicating whether this font can copy font program using the CopyFontProgram(Stream) method. |
 | CanDetermineSymbolUsage | Gets a value indicating whether this font can determine the symbol usage. |
 | IsBold | Gets a value indicating whether this font is bold. |
 | IsItalic | Gets a value indicating whether this font is italic. |
 | IsSystemFont | Gets a value indicating whether this font is system font. |
 | Metrics | Gets the font metrics. |
 | Size | Gets the size of this font measured in the world space units (1/96 inch). |
See Also