shapePlanCreateCached2

The variable-font version of #hb_shape_plan_create_cached. Creates a cached shaping plan suitable for reuse, for a combination of face, user_features, props, and shaper_list, plus the variation-space coordinates coords.

Parameters

face harfbuzz.face.Face

#hb_face_t to use

props harfbuzz.segment_properties.SegmentProperties

The #hb_segment_properties_t of the segment

userFeatures harfbuzz.feature.Feature[]

The list of user-selected features

coords int[]

The list of variation-space coordinates

shaperList string[]

List of shapers to try

Return Value

Type: harfbuzz.shape_plan.ShapePlan

The shaping plan