WatermarkLine
Interface
Defines the text and font properties for a line of the watermark.
The default values for sizing and placement are as follows:
- 1st line: { fontSize: 96, lineHeight: 117, vertOffset: 0, }
- 2nd line: { fontSize: 48, lineHeight: 58, vertOffset: 5, }
Properties
fontSize
Font size to be used (defined in pixels).
Type
number
lineHeight
Line height (defined in pixels).
Type
number
text
Text to be displayed.
Type
string
vertOffset
Vertical offset distance (defined in pixels).
Type
number