Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created May 26, 2021 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/91d6130f5a2bf65c9f203fb583a73e82 to your computer and use it in GitHub Desktop.
Save bjoerntx/91d6130f5a2bf65c9f203fb583a73e82 to your computer and use it in GitHub Desktop.
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