File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -122,12 +122,13 @@ export abstract class Demo {
122
122
}
123
123
124
124
let settings :PageSettings = {
125
- fontFamily : "Segoe UI " ,
126
- fontStyle :"Regular " ,
127
- fontSize :12 ,
125
+ fontFamily : "Comic Sans MS " ,
126
+ fontStyle :"Italic " ,
127
+ fontSize :9 ,
128
128
paperSize :"A4" ,
129
129
bubbleColor :"Black" ,
130
- pageMarginLeft :210 ,
130
+ pageMarginLeft :190 ,
131
+ pageMarginRight :190 ,
131
132
orientation :"Vertical" ,
132
133
bubbleSize :"Normal" ,
133
134
outputFormat :"Png"
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ export interface PageSettings {
28
28
paperSize ?: PaperSize ;
29
29
bubbleColor ?: Color ;
30
30
pageMarginLeft ?: number ;
31
+ pageMarginRight ?:number ;
31
32
orientation ?: Orientation ;
32
33
bubbleSize ?: BubbleSize ;
33
34
outputFormat ?: FileExtension ;
You can’t perform that action at this time.
0 commit comments