mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
get_baseline
This commit is contained in:
parent
48fcb9094a
commit
4e0bddb7fe
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue