get_baseline

pull/2696/head
Koji Ishii 4 years ago committed by Behdad Esfahbod
parent 48fcb9094a
commit 4e0bddb7fe
  1. 2
      src/hb-ot-layout-base-table.hh

@ -384,7 +384,7 @@ struct Axis
if (likely (coord))
{
unsigned int tag_index = 0;
(this+baseTagList).bfind (baseline_tag, &tag_index);
if (!(this+baseTagList).bfind (baseline_tag, &tag_index)) return false;
*coord = &base_script.get_base_coord (tag_index);
}

Loading…
Cancel
Save