ot_layout_get_attach_points


Description:


public uint ot_layout_get_attach_points (Face face, Codepoint glyph, uint start_offset, out uint[] point_array)

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.

Parameters:

face

The Face to work on

glyph

The Codepoint code point to query

start_offset

offset of the first attachment point to retrieve

point_array

The array of attachment points found for the query

point_count

Input = the maximum number of attachment points to return; Output = the actual number of attachment points returned (may be zero)

Returns:

Total number of attachment points for glyph.


Namespace: HarfBuzz