ITrueTypeFont class
ITrueTypeFont class
Declares methods for working with TrueType fonts.
The ITrueTypeFont type exposes the following members:
Properties
| Property | Description | 
|---|---|
| family_name | Gets the name of the font family. | 
| sub_family_name | Gets the subfamily name of the font. | 
| full_font_name | Gets the full name of the font. | 
| data_size | Gets the size of the font data in bytes. | 
| style | Gets the style of the font. | 
Methods
| Method | Description | 
|---|---|
| get_data | Opens the stream with the font data. The caller is responsible for disposing the stream. | 
| get_descent | Gets the descent of the font at the specified font size. | 
| get_ascent | Gets the ascent of the font at the specified font size. | 
See Also
- module aspose.svg.drawing