Contents

endLine(withGlyphRange:)

Sets up layout parameters at the end of a line during typesetting.

Declaration

func endLine(withGlyphRange lineGlyphRange: NSRange)

Parameters

  • lineGlyphRange:

    The range of glyphs laid out in the line.

Discussion

Concrete subclass implementations of layoutParagraph(at:) should invoke this method at the end of each line.

See Also

Laying out a paragraph