struct PerTableData<T> {Show 54 fields
ankr: T,
avar: T,
base: T,
cff: T,
cff2: T,
cbdt: T,
cblc: T,
colr: T,
cpal: T,
cmap: T,
cvar: T,
cvt: T,
dsig: T,
ebdt: T,
eblc: T,
feat: T,
fpgm: T,
fvar: T,
gasp: T,
gdef: T,
glyf: T,
gpos: T,
gsub: T,
gvar: T,
hdmx: T,
head: T,
hhea: T,
hmtx: T,
hvar: T,
ift: T,
iftx: T,
jstf: T,
kern: T,
kerx: T,
loca: T,
ltag: T,
math: T,
maxp: T,
meta: T,
morx: T,
mvar: T,
name: T,
os2: T,
post: T,
prep: T,
sbix: T,
stat: T,
svg: T,
trak: T,
varc: T,
vhea: T,
vmtx: T,
vorg: T,
vvar: T,
}Expand description
Holds some data for each possible table in a font.
Fields§
§ankr: TAnchor point table.
avar: TAxis variation table.
base: TBaseline table.
cff: TCompact font format table.
cff2: TCompact font format 2.0 table.
cbdt: TColor bitmap data table.
cblc: TColor bitmap location table.
colr: TColor table.
cpal: TColor palette table.
cmap: TCharacter to glyph mapping table.
cvar: TCVT variations table.
cvt: TControl value table.
dsig: TDigital signature table.
ebdt: TEmbedded bitmap data table.
eblc: TEmbedded bitmap location data table.
feat: TFont feature table.
fpgm: TFont program table.
fvar: TFont variations table.
gasp: TGrid-fitting and scan-conversion procedure table.
gdef: TGlyph definition table.
glyf: TTrueType glyph data table.
gpos: TGlyph positioning table.
gsub: TGlyph substitution table.
gvar: TGlyph variation table.
hdmx: THorizontal device metrics.
head: TFont header table.
hhea: THorizontal header table.
hmtx: THorizontal metrics table.
hvar: THorizontal metrics variation table.
ift: TIncremental font transfer table.
iftx: TIncremental font transfer table.
jstf: TJustification table.
kern: TKerning table.
kerx: TExtended kerning table.
loca: TIndex to location table.
ltag: TLanguage tag table.
math: TMathematical typesetting table.
maxp: TMaximum profile table.
meta: TMetadata table.
morx: TExtended metamorphosis table.
mvar: TMetrics variation table.
name: TNaming table.
os2: TOS/2 and Windows-specific metrics table.
post: TPostScript information table.
prep: TControl value program table.
sbix: TStandard bitmap graphics table.
stat: TStyle attributes table.
svg: TScalable vector graphics table.
trak: TTracking table.
varc: TVariable composite/component table.
vhea: TVertical header table.
vmtx: TVertical metrics table.
vorg: TVertical origin table.
vvar: TVertical metrics variation table.
Implementations§
Trait Implementations§
Source§impl<T: Clone> Clone for PerTableData<T>
impl<T: Clone> Clone for PerTableData<T>
Source§fn clone(&self) -> PerTableData<T>
fn clone(&self) -> PerTableData<T>
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more