We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac763fb commit 1090c23Copy full SHA for 1090c23
Sources/CodeEditTextView/TextLine/Typesetter/Typesetter.swift
@@ -14,7 +14,7 @@ import CoreText
14
/// This class has one primary method: ``typeset(_:documentRange:displayData:markedRanges:attachments:)``, which
15
/// performs the typesetting algorithm and breaks content into runs using attachments.
16
///
17
-/// To retrieve the
+/// To retrieve the line fragments generated by this class, access the ``lineFragments`` property.
18
final public class Typesetter {
19
struct ContentRun {
20
let range: NSRange
0 commit comments