shapePlanCreate2

fnharfbuzz.shape_plan.ShapePlan shapePlanCreate2(harfbuzz.face.Face face, harfbuzz.segment_properties.SegmentProperties props, harfbuzz.feature.Feature[] userFeatures, int[] coords, string[] shaperList)

The variable-font version of #hb_shape_plan_create. Constructs a shaping plan for a combination of face, user_features, props, and shaper_list, plus the variation-space coordinates coords.

Parameters

face#hb_face_t to use
propsThe #hb_segment_properties_t of the segment
userFeaturesThe list of user-selected features
coordsThe list of variation-space coordinates
shaperListList of shapers to try

Returns

The shaping plan