pub type GlyphData<'a> = TableRef<'a, GlyphDataMarker>;
struct GlyphData<'a> { /* private fields */ }
Self