Contents

getBoundingRects(_:forGlyphs:count:)

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

Declaration

func getBoundingRects(_ bounds: NSRectArray, forGlyphs glyphs: UnsafePointer<NSGlyph>, count glyphCount: Int)

Discussion

Returns in bounds an array of the bounding rectangles 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