Contents

getAdvancements(_:forGlyphs:count:)

Returns an array of the advancements for the specified glyphs rendered by the receiver.

Declaration

func getAdvancements(_ advancements: NSSizeArray, forGlyphs glyphs: UnsafePointer<NSGlyph>, count glyphCount: Int)

Discussion

Returns in advancements an array of the advancements for the glyphs specified by glyphs and rendered by the receiver. The glyphCount must specify the count of glyphs passed in glyphs.

See Also

Related Documentation

Instance Methods