Contents

getAdvancements(_:forCGGlyphs:count:)

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

Declaration

func getAdvancements(_ advancements: NSSizeArray, forCGGlyphs glyphs: UnsafePointer<CGGlyph>, 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 value must specify the count of glyphs passed in glyphs.

See Also

Getting Glyph Advancements