Skip to content

Commit f3cae55

Browse files
OMRCLOUD-247 Updated default GlobalPageSettings to match demo data
1 parent 7ac85dc commit f3cae55

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

index.ts

+5-4
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,13 @@ export abstract class Demo {
122122
}
123123

124124
let settings:PageSettings = {
125-
fontFamily: "Segoe UI",
126-
fontStyle:"Regular",
127-
fontSize:12,
125+
fontFamily: "Comic Sans MS",
126+
fontStyle:"Italic",
127+
fontSize:9,
128128
paperSize:"A4",
129129
bubbleColor:"Black",
130-
pageMarginLeft:210,
130+
pageMarginLeft:190,
131+
pageMarginRight:190,
131132
orientation:"Vertical",
132133
bubbleSize:"Normal",
133134
outputFormat:"Png"

src/model/pageSettings.ts

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export interface PageSettings {
2828
paperSize?: PaperSize;
2929
bubbleColor?: Color;
3030
pageMarginLeft?: number;
31+
pageMarginRight?:number;
3132
orientation?: Orientation;
3233
bubbleSize?: BubbleSize;
3334
outputFormat?: FileExtension;

0 commit comments

Comments
 (0)