glyphRange(forCharacterRange:actualCharacterRange:)
Returns the range of glyphs that the specified range of characters generates.
Declaration
func glyphRange(forCharacterRange charRange: NSRange, actualCharacterRange actualCharRange: NSRangePointer?) -> NSRangeParameters
- charRange:
The character range for which to return the generated glyph range.
- actualCharRange:
If not
NULL, on output, points to the actual range of characters that fully define the glyph range returned. This range may be identical to or slightly larger than the requested character range. For example, if the text storage contains the characters “O” and"¨", and the glyph store contains the single precomposed glyph “¨Ö”, and ifcharRangeencloses only the first or second character, thenactualCharRangeis set to enclose both characters.
Return Value
The range of glyphs generated by charRange.
Discussion
If the length of charRange is 0, the resulting glyph range is a zero-length range just after the glyph(s) corresponding to the preceding character, and actualCharRange will also be zero-length. If charRange extends beyond the text length, the method truncates the result to the number of glyphs in the text.
If noncontiguous layout is not enabled, this method forces the generation of glyphs for all characters up to and including the end of the specified range.
See Also
Performing advanced layout queries
boundingRect(forGlyphRange:in:)characterIndex(for:in:fractionOfDistanceBetweenInsertionPoints:)characterRange(forGlyphRange:actualGlyphRange:)enumerateEnclosingRects(forGlyphRange:withinSelectedGlyphRange:in:using:)enumerateLineFragments(forGlyphRange:using:)fractionOfDistanceThroughGlyph(for:in:)getLineFragmentInsertionPoints(forCharacterAt:alternatePositions:inDisplayOrder:positions:characterIndexes:)glyphIndex(for:in:)glyphIndex(for:in:fractionOfDistanceThroughGlyph:)glyphRange(forBoundingRect:in:)glyphRange(forBoundingRectWithoutAdditionalLayout:in:)glyphRange(for:)range(ofNominallySpacedGlyphsContaining:)