Created
May 26, 2021 14:36
-
-
Save bjoerntx/91d6130f5a2bf65c9f203fb583a73e82 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TXDocumentViewer.annotations.setStampList([ | |
{ | |
"text": "text control rocks!", | |
"color": "rgba(98, 158, 44, .9)", | |
"font": "Arial", | |
"size": "38", | |
"weight": "bold", | |
"style": "normal" | |
}, | |
{ | |
"text": "custom stamp", | |
"color": "rgba(0, 0, 200, .9)", | |
"font": "Arial", | |
"size": "60", | |
"weight": "bold", | |
"style": "normal" | |
} | |
]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment