Contents

getGlyphs(in:glyphs:characterIndexes:glyphInscriptions:elasticBits:)

Returns the glyphs and information needed to perform layout for the given glyph range.

Declaration

func getGlyphs(in glyphRange: NSRange, glyphs glyphBuffer: UnsafeMutablePointer<NSGlyph>?, characterIndexes charIndexBuffer: UnsafeMutablePointer<Int>?, glyphInscriptions inscribeBuffer: UnsafeMutablePointer<NSGlyphInscription>?, elasticBits elasticBuffer: UnsafeMutablePointer<ObjCBool>?) -> Int

Discussion

This is a convenience method for getGlyphs(in:glyphs:characterIndexes:glyphInscriptions:elasticBits:bidiLevels:) that does not return a bidiLevelBuffer.

See Also

Methods