true if found baseline value in the font.otLayoutGetBaseline2
fn
harfbuzz.types.Bool otLayoutGetBaseline2(harfbuzz.font.Font font, harfbuzz.types.OtLayoutBaselineTag baselineTag, harfbuzz.types.Direction direction, harfbuzz.types.Script script, harfbuzz.types.Language language, out harfbuzz.types.Position coord)Fetches a baseline value from the face.
This function is like [harfbuzz.global.otLayoutGetBaseline] but takes #hb_script_t and #hb_language_t instead of OpenType #hb_tag_t.
Parameters
font | a font |
baselineTag | a baseline tag |
direction | text direction. |
script | script. |
language | language, currently unused. |
coord | baseline value if found. |