|
|
@ -255,7 +255,7 @@ hb_shape_full (hb_font_t *font, |
|
|
|
|
|
|
|
|
|
|
|
assert (buffer->content_type == HB_BUFFER_CONTENT_TYPE_UNICODE); |
|
|
|
assert (buffer->content_type == HB_BUFFER_CONTENT_TYPE_UNICODE); |
|
|
|
|
|
|
|
|
|
|
|
buffer->guess_properties (); |
|
|
|
buffer->guess_segment_properties (); |
|
|
|
|
|
|
|
|
|
|
|
hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, features, num_features, shaper_list); |
|
|
|
hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, features, num_features, shaper_list); |
|
|
|
hb_bool_t res = hb_shape_plan_execute (shape_plan, font, buffer, features, num_features); |
|
|
|
hb_bool_t res = hb_shape_plan_execute (shape_plan, font, buffer, features, num_features); |
|
|
|