TtfInfo Class
Namespace: Stimulsoft.Base.Drawing
Properties
| Property | Type | Description |
|---|---|---|
| Cmap | Cmap | |
| GSUB | GSUB_Header | |
| Head | Head | |
| Hhea | Hhea | |
| Hmtx | Hmtx | |
| Maxp | Maxp | |
| Name | Name | |
| OS2 | OS2 | |
| Post | PostTable | |
| Vhea | Vhea |
Methods
| Method | Returns | Description |
|---|---|---|
| GetFamilyName | string | |
| GetGlyphs | List<StiGlyphInfo> | |
| GetStyle | FontStyle |
Method Details
GetFamilyName
GetFamilyName(): string
Returns string
GetGlyphs
GetGlyphs(text: string): List<StiGlyphInfo>
Parameters
- text (string)
Returns List<StiGlyphInfo>
GetStyle
GetStyle(): FontStyle
Returns FontStyle
Fields
| Field | Type | Description |
|---|---|---|
| FontReader | StiFontReader | |
| HeaderOffset | uint | |
| NumTables | ushort | |
| SfntVersion | uint |