otLayoutGetBaselineWithFallback

fnvoid otLayoutGetBaselineWithFallback(harfbuzz.font.Font font, harfbuzz.types.OtLayoutBaselineTag baselineTag, harfbuzz.types.Direction direction, harfbuzz.types.Tag scriptTag, harfbuzz.types.Tag languageTag, out harfbuzz.types.Position coord)

Fetches a baseline value from the face, and synthesizes it if the font does not have it.

Parameters

fonta font
baselineTaga baseline tag
directiontext direction.
scriptTagscript tag.
languageTaglanguage tag, currently unused.
coordbaseline value if found.