pub fn apply_layout_table<T: LayoutTable>(
    plan: &hb_ot_shape_plan_t,
    face: &hb_font_t<'_>,
    buffer: &mut hb_buffer_t,
    table: Option<&T>,
)Expand description
Applies the lookups in the given GSUB or GPOS table.
pub fn apply_layout_table<T: LayoutTable>(
    plan: &hb_ot_shape_plan_t,
    face: &hb_font_t<'_>,
    buffer: &mut hb_buffer_t,
    table: Option<&T>,
)Applies the lookups in the given GSUB or GPOS table.