From 47895246065408eed330bc2d6b655c49976b61df Mon Sep 17 00:00:00 2001 From: Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> Date: Mon, 2 Sep 2024 03:47:54 -0400 Subject: dynamic text size and styles --- src/client/documents/Documents.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/documents') diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 09106dd00..2d96796a2 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -244,6 +244,8 @@ export class DocumentOptions { text_fontColor?: STRt = new StrInfo('Color of text', false); text_align?: STRt = new StrInfo('alignment'); hCentering?: 'h-left' | 'h-center' | 'h-right'; + isDefaultTemplateDoc?: BOOLt = new BoolInfo(''); + contentBold?: BOOLt = new BoolInfo(''); layout?: string | Doc; // default layout string or template document layout_isSvg?: BOOLt = new BoolInfo('whether document decorations and other selections should handle pointerEvents for svg content or use doc bounding box'); -- cgit v1.2.3-70-g09d2