PTSquiggly
@interface PTSquiggly : PTTextMarkup
A Squiggly annotation shows as a wavy line segment across the bottom of a word or a group of contiguous words.
-
Creates a Squiggly annotation and initializes it using given Cos/SDF object.
Note
The constructor does not copy any data, but is instead the logical equivalent of a type cast.Parameters
dThe Cos/SDF object to initialze the annotation with.
-
Creates a new Squiggly annotation in the specified document.
Declaration
Parameters
docA document to which the Popup annotation is added.
posA rectangle specifying the Popup annotation’s bounds in default user space units.
Return Value
A newly created blank Squiggly annotation.
PTSquiggly Class Reference