otVarFindAxisInfo

fnharfbuzz.types.Bool otVarFindAxisInfo(harfbuzz.face.Face face, harfbuzz.types.Tag axisTag, out harfbuzz.types.OtVarAxisInfo axisInfo) nothrow

Fetches the variation-axis information corresponding to the specified axis tag in the specified face.

Parameters

face#hb_face_t to work upon
axisTagThe #hb_tag_t of the variation axis to query
axisInfoThe #hb_ot_var_axis_info_t of the axis tag queried

Returns

true if data found, false otherwise