Trait read_fonts::TopLevelTable

source ·
pub trait TopLevelTable {
    const TAG: Tag;
}
Expand description

A table that has an associated tag.

This is true of top-level tables, but not their various subtables.

Required Associated Constants§

source

const TAG: Tag

The table’s tag.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl TopLevelTable for Loca<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Cff2<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Cff<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Avar<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Base<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Cbdt<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Cblc<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Cmap<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Colr<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Cpal<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Cvar<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Ebdt<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Eblc<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Fvar<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Gdef<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Glyf<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Gpos<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Gsub<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Gvar<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Head<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Hhea<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Hmtx<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Hvar<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Maxp<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Mvar<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Name<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Os2<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Post<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Sbix<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Stat<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Vhea<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Vmtx<'_>

source§

const TAG: Tag = _

source§

impl TopLevelTable for Vvar<'_>

source§

const TAG: Tag = _