Skip to content

Commit e009132

Browse files
committed
Pass bestfit to the render
1 parent 9a128d8 commit e009132

70 files changed

Lines changed: 96 additions & 14 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/auspost.ps.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ begin
345345
/text1xalign (center)
346346
} if
347347
/physspec physspec
348+
/bestfit bestfit
348349
/xdim xdim
349350
/xmin xmin
350351
/xmax xmax

src/azteccode.ps.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,7 @@ begin
11351135
/height size 2 mul 72 div
11361136
/width size 2 mul 72 div
11371137
/physspec physspec
1138+
/bestfit bestfit
11381139
/xdim xdim
11391140
/xmin xmin
11401141
/xmax xmax

src/bc412.ps.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ begin
269269
/text1xalign (center)
270270
} if
271271
/physspec physspec
272+
/bestfit bestfit
272273
/xdim xdim
273274
/xmin xmin
274275
/xmax xmax

src/channelcode.ps.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ begin
321321
/borderleft 1.0
322322
/borderright 2.0
323323
/physspec physspec
324+
/bestfit bestfit
324325
/xdim xdim
325326
/xmin xmin
326327
/xmax xmax

src/codablockf.ps.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,7 @@ begin
687687
/height symhgt 72 div
688688
/width symwid 72 div
689689
/physspec physspec
690+
/bestfit bestfit
690691
/xdim xdim
691692
/xmin xmin
692693
/xmax xmax

src/code11.ps.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ begin
232232
/text1xalign (center)
233233
} if
234234
/physspec physspec
235+
/bestfit bestfit
235236
/xdim xdim
236237
/xmin xmin
237238
/xmax xmax

src/code128.ps.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,7 @@ begin
771771
/txt [ [text text1xoffset text1yoffset text1font text1size] ]
772772
/text1xalign (center)
773773
/physspec physspec
774+
/bestfit bestfit
774775
/xdim xdim
775776
/xmin xmin
776777
/xmax xmax

src/code16k.ps.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,7 @@ begin
889889
/height symhgt 72 div
890890
/width 81 72 div
891891
/physspec physspec
892+
/bestfit bestfit
892893
/xdim xdim
893894
/xmin xmin
894895
/xmax xmax

src/code2of5.ps.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ begin
207207
/text1xalign (center)
208208
} if
209209
/physspec physspec
210+
/bestfit bestfit
210211
/xdim xdim
211212
/xmin xmin
212213
/xmax xmax

src/code39.ps.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ begin
218218
/text1xalign (center)
219219
} if
220220
/physspec physspec
221+
/bestfit bestfit
221222
/xdim xdim
222223
/xmin xmin
223224
/xmax xmax

0 commit comments

Comments
 (0)