Commit d362cada9d1fece1ac933832b994a43578709c74
Add logo offset properties
Charles Lehner committed on 4/14/2016, 12:27:12 AMParent: 5ebee715c8d25d27986880fee066b574f50ef9d0
Files changed
freecheck | changed |
freecheck.cfg | changed |
freecheck | ||
---|---|---|
@@ -94,8 +94,10 @@ | ||
94 | 94 … | LogoFile (value) |
95 | 95 … | LogoWidth {value} |
96 | 96 … | LogoHeight {value} |
97 | 97 … | LogoPadding {value} |
98 … | + LogoHorOffset {value} | |
99 … | + LogoVerOffset {value} | |
98 | 100 … | LogoBorder {value} |
99 | 101 … | LogoBBox [value] |
100 | 102 … | # Check Blank Types |
101 | 103 … | CheckHeight {value} |
@@ -427,8 +429,10 @@ | ||
427 | 429 … | /LogoForm where { |
428 | 430 … | pop % discard dict |
429 | 431 … | gsave |
430 | 432 … | |
433 … | + LogoHorOffset LogoVerOffset translate | |
434 … | + | |
431 | 435 … | __END_OF_POSTSCRIPT__ |
432 | 436 … | |
433 | 437 … | if ($Definitions{'LogoBorder'} > 0) { |
434 | 438 … | print <<"__END_OF_POSTSCRIPT__"; |
freecheck.cfg | ||
---|---|---|
@@ -220,8 +220,10 @@ | ||
220 | 220 … | LogoWidth = 0.7 inch |
221 | 221 … | LogoHeight = 0.6 inch |
222 | 222 … | LogoPadding = 0.0625 inch |
223 | 223 … | LogoBorder = 0.0312 inch |
224 … | +LogoVerOffset = 0 | |
225 … | +LogoHorOffset = 0 | |
224 | 226 … | |
225 | 227 … | # |
226 | 228 … | # Quicken/QuickBooks compatible check styles. |
227 | 229 … | # The feature placement keys AmountLineHeight, DateLineHeight, MemoLineHeight |
@@ -254,8 +256,10 @@ | ||
254 | 256 … | LogoWidth = 1 inch |
255 | 257 … | LogoHeight = 0.6 inch |
256 | 258 … | LogoBorder = 0 |
257 | 259 … | LogoPadding = 0 |
260 … | +LogoVerOffset = 0 | |
261 … | +LogoHorOffset = 0 | |
258 | 262 … | |
259 | 263 … | |
260 | 264 … | [Style QWallet] |
261 | 265 … | CheckLayout = QWallet |
@@ -275,8 +279,10 @@ | ||
275 | 279 … | LogoWidth = 0.75 inch |
276 | 280 … | LogoHeight = 0.4 inch |
277 | 281 … | LogoBorder = 0 |
278 | 282 … | LogoPadding = 0 |
283 … | +LogoVerOffset = 0 | |
284 … | +LogoHorOffset = 0 | |
279 | 285 … | |
280 | 286 … | ################ |
281 | 287 … | # CHECK BLANKS # |
282 | 288 … | ################ |
Built with git-ssb-web