otLayoutGetAttachPoints

Fetches a list of all attachment points for the specified glyph in the GDEF table of the face. The list returned will begin at the offset provided.

Useful if the client program wishes to cache the list.

uint
otLayoutGetAttachPoints

Parameters

face harfbuzz.face.Face

The #hb_face_t to work on

glyph harfbuzz.types.Codepoint

The #hb_codepoint_t code point to query

startOffset uint

offset of the first attachment point to retrieve

pointArray uint[]

The array of attachment points found for the query

Return Value

Type: uint

Total number of attachment points for glyph.