From a3e34ebd705778e8bcc11f745087cff2bcafbcaf Mon Sep 17 00:00:00 2001 From: bobzel Date: Mon, 14 Sep 2020 14:53:20 -0400 Subject: updated the custom text box to specify frontSize through document values. --- src/client/documents/Documents.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/documents/Documents.ts') diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index abe50e011..0ac153d74 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -57,6 +57,8 @@ const defaultNativeImageDim = Number(DFLT_IMAGE_NATIVE_DIM.replace("px", "")); export interface DocumentOptions { system?: boolean; _autoHeight?: boolean; + _headerHeight?: number; // height of header of custom notes + _headerFontSize?: number; // font size of header of custom notes _panX?: number; _panY?: number; _width?: number; -- cgit v1.2.3-70-g09d2