nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Drawing.Fonts.TrueType / TrueTypeFont

TrueTypeFont

Full name Microsoft.VisualBasic.Drawing.Fonts.TrueType.TrueTypeFont Assembly Microsoft.VisualBasic.Drawing.Fonts.TrueType Members 18

A TrueType parser for reading, glyphIds, names, descriptions, and kerning information from TrueType fonts

00 Remarks

https://github.com/roy-t/TrueType

01 Syntax

Microsoft.VisualBasic.Drawing.Fonts.TrueType.TrueTypeFont

02 Methods

03 Properties

NameOverloadsSummary
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

property CmapTable #
CmapTable

Contains information to get the glyph that corresponds to each supported character

property NameTable #
NameTable

Contains the (translated) name of this font, copyright notices, etc...

property Os2Table #
Os2Table

Consists of a set of metrics and other data that are required in OpenType fonts

property HeadTable #
HeadTable

Consists of global information about the font

property MaxpTable #
MaxpTable

Contains the memory requirements for this font.

property KernTable #
KernTable

Contains adjustment to horizontal/vertical positions between glyphs

property HheaTable #
HheaTable

Contains information for horizontal layout

property HmtxTable #
HmtxTable

Horizontal Metrics Table

property VheaTable #
VheaTable

Contains information for vertical layout

property VmtxTable #
VmtxTable

Vertical Metrics Table

property Source #
Source
property OffsetTable #
OffsetTable
property TableRecordEntries #
TableRecordEntries
method FromFile #
FromFile(String)
method FromCollectionFile #
FromCollectionFile(String)
method FromStream #
FromStream(FontReader, String)
method TryGetTablePosition #
TryGetTablePosition(FontReader, String, Int64)
method ToString #
ToString()