aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-09-14 14:53:20 -0400
committerbobzel <zzzman@gmail.com>2020-09-14 14:53:20 -0400
commita3e34ebd705778e8bcc11f745087cff2bcafbcaf (patch)
tree30bff5f94925290c1aedb9fb20d4cfaaeeb48c5a /src/client/documents
parentdaf6c3eb00bec549947db9c5fdbcec09a9251bf0 (diff)
updated the custom text box to specify frontSize through document values.
Diffstat (limited to 'src/client/documents')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 2 insertions, 0 deletions
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;