Documentation ¶
Overview ¶
Package name reads and writes "name" tables. These tables contain localized strings associated with a font. https://docs.microsoft.com/en-us/typography/opentype/spec/name
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ID ¶
type ID uint16
ID encodes the meaning of a given name string. https://learn.microsoft.com/en-us/typography/opentype/spec/name#name-ids
type Info ¶
Info contains information from the "name" table.
type Table ¶
type Table struct { Copyright string Family string Subfamily string Identifier string FullName string Version string PostScriptName string Trademark string Manufacturer string Designer string Description string VendorURL string DesignerURL string License string LicenseURL string TypographicFamily string TypographicSubfamily string MacFullName string SampleText string CIDFontName string WWSFamily string WWSSubfamily string LightBackgroundPalette string DarkBackgroundPalette string VariationsPostScriptName string Extra map[ID]string }
Table contains the name table data for a single language
Click to show internal directories.
Click to hide internal directories.