You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`src/uk.co.terryburton.bwipp.upr` - Resource name to path mapping used by Distiller and build system; order determines resource order in monolithic and standalone outputs
77
+
-`src/uk.co.terryburton.bwipp.upr` - Resource name to path mapping for all resources; required by Distiller; build system uses the order to determine resource order in monolithic and standalone outputs
70
78
-`tests/ps_tests/*.ps.test` - PostScript test files
71
79
72
80
Build scripts:
@@ -207,6 +215,8 @@ end
207
215
208
216
### Main Procedure Structure
209
217
218
+
Example for an encoder:
219
+
210
220
```postscript
211
221
/encoder {
212
222
20 dict begin
@@ -237,7 +247,17 @@ end
237
247
} if
238
248
239
249
%
240
-
% 5. Main encoding logic using //encoder.staticdata
250
+
% 5. Main encoding logic using //encoder.staticdata and loaded data from latevars
251
+
%
252
+
% The barcode generation process is typically some variation of these steps:
0 commit comments