This repository was archived by the owner on Aug 31, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-22
lines changed
Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -79,28 +79,7 @@ function getInstallerType
7979end getInstallerType
8080
8181command configureFonts pStack
82- switch the platform
83- case "win32"
84- if word 2 of the systemVersion >= 6 and "Segoe UI" is among the lines of the fontNames then
85- set the textFont of stack pStack to "Segoe UI"
86- set the textSize of stack pStack to 12
87- else if word 2 of the systemVersion >= 5 and "Tahoma" is among the lines of the fontNames then
88- set the textFont of stack pStack to "Tahoma"
89- set the textSize of stack pStack to 11
90- else
91- set the textFont of stack pStack to "MS Sans Serif"
92- set the textSize of stack pStack to 10
93- end if
94- break
95- case "linux"
96- set the textFont of stack pStack to "Helvetica"
97- set the textSize of stack pStack to 12
98- break
99- case "macos"
100- set the textFont of stack pStack to "Lucida Grande"
101- set the textSize of stack pStack to 11
102- break
103- end switch
82+ set the textFont of stack pStack to empty
10483end configureFonts
10584
10685command setTitleField pField, pTitle, pSubTitle
You can’t perform that action at this time.
0 commit comments