shapeFull
fn
harfbuzz.types.Bool shapeFull(harfbuzz.font.Font font, harfbuzz.buffer.Buffer buffer, harfbuzz.feature.Feature[] features = null, string[] shaperList = null)See [harfbuzz.global.shape] for details. If shaper_list is not NULL, the specified shapers will be used in the given order, otherwise the default shapers list will be used.
Parameters
font | an #hb_font_t to use for shaping |
buffer | an #hb_buffer_t to shape |
features | an array of user specified #hb_feature_t or NULL |
shaperList | a NULL-terminated array of shapers to use or NULL |
Returns
false if all shapers failed, true otherwise