PDFAttributedText
public class PDFAttributedText: PDFText
Attributed text objects hold an instance of NSAttributedString
Use this class for advanced text drawing
-
Text which will be drawn
Declaration
Swift
public var text: NSAttributedString
-
Initializer
Declaration
Swift
public init(text: NSAttributedString)
Parameters
text
Text, which will be drawn
-
Declaration
Swift
public static func == (lhs: PDFAttributedText, rhs: PDFAttributedText) -> Bool