pub type OtKern<'a> = TableRef<'a, OtKernMarker>;Expand description
The OpenType kerning table.
Aliased Type§
pub struct OtKern<'a> {
pub(crate) shape: OtKernMarker,
pub(crate) data: FontData<'a>,
}Fields§
§shape: OtKernMarker§data: FontData<'a>