shapePlanCreateCached
fn
harfbuzz.shape_plan.ShapePlan shapePlanCreateCached(harfbuzz.face.Face face, harfbuzz.segment_properties.SegmentProperties props, harfbuzz.feature.Feature[] userFeatures, string[] shaperList)Creates a cached shaping plan suitable for reuse, for a combination of face, user_features, props, and shaper_list.
Parameters
face | #hb_face_t to use |
props | The #hb_segment_properties_t of the segment |
userFeatures | The list of user-selected features |
shaperList | List of shapers to try |
Returns
The shaping plan