pub type LookupGlyphId<'a> = TypedLookup<'a, GlyphId16>;
struct LookupGlyphId<'a> { /* private fields */ }
Returns the value associated with the given index.
Self