shapePlanExecute

Executes the given shaping plan on the specified buffer, using the given font and features.

Parameters

shapePlan harfbuzz.shape_plan.ShapePlan

A shaping plan

font harfbuzz.font.Font

The #hb_font_t to use

buffer harfbuzz.buffer.Buffer

The #hb_buffer_t to work upon

features harfbuzz.feature.Feature[]

Features to enable

Return Value

Type: harfbuzz.types.Bool

true if success, false otherwise.