Type Alias OtKern

pub type OtKern<'a> = TableRef<'a, OtKernMarker>;
Expand description

The OpenType kerning table.

Aliased Typeยง

pub struct OtKern<'a> { /* private fields */ }