otLayoutGetBaselineWithFallback2

fnvoid 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

fonta font
baselineTaga baseline tag
directiontext direction.
scriptscript.
languagelanguage, currently unused.
coordbaseline value if found.