s/hb_ot_shape_complex_categorize/hb_ot_shaper_categorize/g
This commit is contained in:
parent
a560182cb3
commit
6d9e94d2b8
|
@ -174,7 +174,7 @@ HB_OT_SHAPERS_IMPLEMENT_SHAPERS
|
|||
|
||||
|
||||
static inline const hb_ot_shaper_t *
|
||||
hb_ot_shape_complex_categorize (const hb_ot_shape_planner_t *planner)
|
||||
hb_ot_shaper_categorize (const hb_ot_shape_planner_t *planner)
|
||||
{
|
||||
switch ((hb_tag_t) planner->props.script)
|
||||
{
|
||||
|
|
|
@ -86,7 +86,7 @@ hb_ot_shape_planner_t::hb_ot_shape_planner_t (hb_face_t *fac
|
|||
, apply_morx (_hb_apply_morx (face, props))
|
||||
#endif
|
||||
{
|
||||
shaper = hb_ot_shape_complex_categorize (this);
|
||||
shaper = hb_ot_shaper_categorize (this);
|
||||
|
||||
script_zero_marks = shaper->zero_width_marks != HB_OT_SHAPE_ZERO_WIDTH_MARKS_NONE;
|
||||
script_fallback_mark_positioning = shaper->fallback_position;
|
||||
|
|
Loading…
Reference in New Issue