Sets the current glyph range being processed.
SDK
- macOS 10.4+
Framework
- App
Kit
Sets the current glyph range being processed.
SDK
Framework
var current Paragraph Style: NSParagraph Style?
Returns the paragraph style object for the text being typeset.
var attributed String: NSAttributed String?
Returns the text backing store, usually an instance of NSText
.
var paragraph Glyph Range: NSRange
Returns the glyph range currently being processed.
var paragraph Separator Glyph Range: NSRange
Returns the current paragraph separator range.
var paragraph Character Range: NSRange
Returns the character range currently being processed.
var paragraph Separator Character Range: NSRange
Returns the current paragraph separator character range.
var attributes For Extra Line Fragment: [NSAttributed String .Key : Any]
Returns the attributes used to lay out the extra line fragment.