A TrueType parser for reading, glyphIds, names, descriptions, and kerning information from TrueType fonts
TrueTypeFont
00 Remarks
01 Syntax
Microsoft.VisualBasic.Drawing.Fonts.TrueType.TrueTypeFont
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| FromFile | 1 | |
| FromCollectionFile | 1 | |
| FromStream | 1 | |
| TryGetTablePosition | 1 | |
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| CmapTable | 1 | Contains information to get the glyph that corresponds to each supported character |
| NameTable | 1 | Contains the (translated) name of this font, copyright notices, etc... |
| Os2Table | 1 | Consists of a set of metrics and other data that are required in OpenType fonts |
| HeadTable | 1 | Consists of global information about the font |
| MaxpTable | 1 | Contains the memory requirements for this font. |
| KernTable | 1 | Contains adjustment to horizontal/vertical positions between glyphs |
| HheaTable | 1 | Contains information for horizontal layout |
| HmtxTable | 1 | Horizontal Metrics Table |
| VheaTable | 1 | Contains information for vertical layout |
| VmtxTable | 1 | Vertical Metrics Table |
| Source | 1 | |
| OffsetTable | 1 | |
| TableRecordEntries | 1 |
04 Members
CmapTable
Contains information to get the glyph that corresponds to each supported character
NameTable
Contains the (translated) name of this font, copyright notices, etc...
Os2Table
Consists of a set of metrics and other data that are required in OpenType fonts
HeadTable
Consists of global information about the font
MaxpTable
Contains the memory requirements for this font.
KernTable
Contains adjustment to horizontal/vertical positions between glyphs
HheaTable
Contains information for horizontal layout
HmtxTable
Horizontal Metrics Table
VheaTable
Contains information for vertical layout
VmtxTable
Vertical Metrics Table
Source
OffsetTable
TableRecordEntries
FromFile(
String)FromCollectionFile(
String)FromStream(FontReader,
String)ToString()