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.
| 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) |
|
Total number of attachment points for |