otLayoutGetBaselineWithFallback2
fn
void otLayoutGetBaselineWithFallback2(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, and synthesizes it if the font does not have it.
This function is like [harfbuzz.global.otLayoutGetBaselineWithFallback] 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. |