check_writer 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.document +5 -0
- data/.rspec +1 -0
- data/Appraisals +11 -0
- data/Gemfile +21 -0
- data/Gemfile.lock +57 -0
- data/LICENSE.txt +20 -0
- data/README.rdoc +69 -0
- data/Rakefile +50 -0
- data/VERSION +1 -0
- data/check_writer.gemspec +109 -0
- data/gemfiles/prawn0.12.0.gemfile +15 -0
- data/gemfiles/prawn0.12.0.gemfile.lock +56 -0
- data/gemfiles/prawn0.6.1.gemfile +15 -0
- data/gemfiles/prawn0.6.1.gemfile.lock +57 -0
- data/gemfiles/prawn0.6.3.gemfile +15 -0
- data/gemfiles/prawn0.6.3.gemfile.lock +57 -0
- data/lib/check_writer/check.rb +246 -0
- data/lib/check_writer.rb +9 -0
- data/spec/assets/test-0.12.0.pdf +0 -0
- data/spec/assets/test-0.6.1.pdf +0 -0
- data/spec/assets/test-0.6.3.pdf +0 -0
- data/spec/check_spec.rb +57 -0
- data/spec/spec_helper.rb +33 -0
- data/vendor/GnuMICR-0.30/AUTHORS +3 -0
- data/vendor/GnuMICR-0.30/CHANGELOG +26 -0
- data/vendor/GnuMICR-0.30/COPYING +339 -0
- data/vendor/GnuMICR-0.30/GnuMICR.afm +36 -0
- data/vendor/GnuMICR-0.30/GnuMICR.otf +0 -0
- data/vendor/GnuMICR-0.30/GnuMICR.pfa +215 -0
- data/vendor/GnuMICR-0.30/GnuMICR.pfb +0 -0
- data/vendor/GnuMICR-0.30/GnuMICR.pfm +0 -0
- data/vendor/GnuMICR-0.30/GnuMICR.raw +1189 -0
- data/vendor/GnuMICR-0.30/GnuMICR.ttf +0 -0
- data/vendor/GnuMICR-0.30/INSTALL +27 -0
- data/vendor/GnuMICR-0.30/NEWS +15 -0
- data/vendor/GnuMICR-0.30/README +93 -0
- data/vendor/GnuMICR-0.30/TODO +8 -0
- data/vendor/GnuMICR-0.30/comparison.png +0 -0
- data/vendor/GnuMICR-0.30/symbols.png +0 -0
- data/vendor/GnuMICR-0.30/test.ps +14 -0
- metadata +265 -0
@@ -0,0 +1,339 @@
|
|
1
|
+
GNU GENERAL PUBLIC LICENSE
|
2
|
+
Version 2, June 1991
|
3
|
+
|
4
|
+
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
5
|
+
675 Mass Ave, Cambridge, MA 02139, USA
|
6
|
+
Everyone is permitted to copy and distribute verbatim copies
|
7
|
+
of this license document, but changing it is not allowed.
|
8
|
+
|
9
|
+
Preamble
|
10
|
+
|
11
|
+
The licenses for most software are designed to take away your
|
12
|
+
freedom to share and change it. By contrast, the GNU General Public
|
13
|
+
License is intended to guarantee your freedom to share and change free
|
14
|
+
software--to make sure the software is free for all its users. This
|
15
|
+
General Public License applies to most of the Free Software
|
16
|
+
Foundation's software and to any other program whose authors commit to
|
17
|
+
using it. (Some other Free Software Foundation software is covered by
|
18
|
+
the GNU Library General Public License instead.) You can apply it to
|
19
|
+
your programs, too.
|
20
|
+
|
21
|
+
When we speak of free software, we are referring to freedom, not
|
22
|
+
price. Our General Public Licenses are designed to make sure that you
|
23
|
+
have the freedom to distribute copies of free software (and charge for
|
24
|
+
this service if you wish), that you receive source code or can get it
|
25
|
+
if you want it, that you can change the software or use pieces of it
|
26
|
+
in new free programs; and that you know you can do these things.
|
27
|
+
|
28
|
+
To protect your rights, we need to make restrictions that forbid
|
29
|
+
anyone to deny you these rights or to ask you to surrender the rights.
|
30
|
+
These restrictions translate to certain responsibilities for you if you
|
31
|
+
distribute copies of the software, or if you modify it.
|
32
|
+
|
33
|
+
For example, if you distribute copies of such a program, whether
|
34
|
+
gratis or for a fee, you must give the recipients all the rights that
|
35
|
+
you have. You must make sure that they, too, receive or can get the
|
36
|
+
source code. And you must show them these terms so they know their
|
37
|
+
rights.
|
38
|
+
|
39
|
+
We protect your rights with two steps: (1) copyright the software, and
|
40
|
+
(2) offer you this license which gives you legal permission to copy,
|
41
|
+
distribute and/or modify the software.
|
42
|
+
|
43
|
+
Also, for each author's protection and ours, we want to make certain
|
44
|
+
that everyone understands that there is no warranty for this free
|
45
|
+
software. If the software is modified by someone else and passed on, we
|
46
|
+
want its recipients to know that what they have is not the original, so
|
47
|
+
that any problems introduced by others will not reflect on the original
|
48
|
+
authors' reputations.
|
49
|
+
|
50
|
+
Finally, any free program is threatened constantly by software
|
51
|
+
patents. We wish to avoid the danger that redistributors of a free
|
52
|
+
program will individually obtain patent licenses, in effect making the
|
53
|
+
program proprietary. To prevent this, we have made it clear that any
|
54
|
+
patent must be licensed for everyone's free use or not licensed at all.
|
55
|
+
|
56
|
+
The precise terms and conditions for copying, distribution and
|
57
|
+
modification follow.
|
58
|
+
|
59
|
+
GNU GENERAL PUBLIC LICENSE
|
60
|
+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
61
|
+
|
62
|
+
0. This License applies to any program or other work which contains
|
63
|
+
a notice placed by the copyright holder saying it may be distributed
|
64
|
+
under the terms of this General Public License. The "Program", below,
|
65
|
+
refers to any such program or work, and a "work based on the Program"
|
66
|
+
means either the Program or any derivative work under copyright law:
|
67
|
+
that is to say, a work containing the Program or a portion of it,
|
68
|
+
either verbatim or with modifications and/or translated into another
|
69
|
+
language. (Hereinafter, translation is included without limitation in
|
70
|
+
the term "modification".) Each licensee is addressed as "you".
|
71
|
+
|
72
|
+
Activities other than copying, distribution and modification are not
|
73
|
+
covered by this License; they are outside its scope. The act of
|
74
|
+
running the Program is not restricted, and the output from the Program
|
75
|
+
is covered only if its contents constitute a work based on the
|
76
|
+
Program (independent of having been made by running the Program).
|
77
|
+
Whether that is true depends on what the Program does.
|
78
|
+
|
79
|
+
1. You may copy and distribute verbatim copies of the Program's
|
80
|
+
source code as you receive it, in any medium, provided that you
|
81
|
+
conspicuously and appropriately publish on each copy an appropriate
|
82
|
+
copyright notice and disclaimer of warranty; keep intact all the
|
83
|
+
notices that refer to this License and to the absence of any warranty;
|
84
|
+
and give any other recipients of the Program a copy of this License
|
85
|
+
along with the Program.
|
86
|
+
|
87
|
+
You may charge a fee for the physical act of transferring a copy, and
|
88
|
+
you may at your option offer warranty protection in exchange for a fee.
|
89
|
+
|
90
|
+
2. You may modify your copy or copies of the Program or any portion
|
91
|
+
of it, thus forming a work based on the Program, and copy and
|
92
|
+
distribute such modifications or work under the terms of Section 1
|
93
|
+
above, provided that you also meet all of these conditions:
|
94
|
+
|
95
|
+
a) You must cause the modified files to carry prominent notices
|
96
|
+
stating that you changed the files and the date of any change.
|
97
|
+
|
98
|
+
b) You must cause any work that you distribute or publish, that in
|
99
|
+
whole or in part contains or is derived from the Program or any
|
100
|
+
part thereof, to be licensed as a whole at no charge to all third
|
101
|
+
parties under the terms of this License.
|
102
|
+
|
103
|
+
c) If the modified program normally reads commands interactively
|
104
|
+
when run, you must cause it, when started running for such
|
105
|
+
interactive use in the most ordinary way, to print or display an
|
106
|
+
announcement including an appropriate copyright notice and a
|
107
|
+
notice that there is no warranty (or else, saying that you provide
|
108
|
+
a warranty) and that users may redistribute the program under
|
109
|
+
these conditions, and telling the user how to view a copy of this
|
110
|
+
License. (Exception: if the Program itself is interactive but
|
111
|
+
does not normally print such an announcement, your work based on
|
112
|
+
the Program is not required to print an announcement.)
|
113
|
+
|
114
|
+
These requirements apply to the modified work as a whole. If
|
115
|
+
identifiable sections of that work are not derived from the Program,
|
116
|
+
and can be reasonably considered independent and separate works in
|
117
|
+
themselves, then this License, and its terms, do not apply to those
|
118
|
+
sections when you distribute them as separate works. But when you
|
119
|
+
distribute the same sections as part of a whole which is a work based
|
120
|
+
on the Program, the distribution of the whole must be on the terms of
|
121
|
+
this License, whose permissions for other licensees extend to the
|
122
|
+
entire whole, and thus to each and every part regardless of who wrote it.
|
123
|
+
|
124
|
+
Thus, it is not the intent of this section to claim rights or contest
|
125
|
+
your rights to work written entirely by you; rather, the intent is to
|
126
|
+
exercise the right to control the distribution of derivative or
|
127
|
+
collective works based on the Program.
|
128
|
+
|
129
|
+
In addition, mere aggregation of another work not based on the Program
|
130
|
+
with the Program (or with a work based on the Program) on a volume of
|
131
|
+
a storage or distribution medium does not bring the other work under
|
132
|
+
the scope of this License.
|
133
|
+
|
134
|
+
3. You may copy and distribute the Program (or a work based on it,
|
135
|
+
under Section 2) in object code or executable form under the terms of
|
136
|
+
Sections 1 and 2 above provided that you also do one of the following:
|
137
|
+
|
138
|
+
a) Accompany it with the complete corresponding machine-readable
|
139
|
+
source code, which must be distributed under the terms of Sections
|
140
|
+
1 and 2 above on a medium customarily used for software interchange; or,
|
141
|
+
|
142
|
+
b) Accompany it with a written offer, valid for at least three
|
143
|
+
years, to give any third party, for a charge no more than your
|
144
|
+
cost of physically performing source distribution, a complete
|
145
|
+
machine-readable copy of the corresponding source code, to be
|
146
|
+
distributed under the terms of Sections 1 and 2 above on a medium
|
147
|
+
customarily used for software interchange; or,
|
148
|
+
|
149
|
+
c) Accompany it with the information you received as to the offer
|
150
|
+
to distribute corresponding source code. (This alternative is
|
151
|
+
allowed only for noncommercial distribution and only if you
|
152
|
+
received the program in object code or executable form with such
|
153
|
+
an offer, in accord with Subsection b above.)
|
154
|
+
|
155
|
+
The source code for a work means the preferred form of the work for
|
156
|
+
making modifications to it. For an executable work, complete source
|
157
|
+
code means all the source code for all modules it contains, plus any
|
158
|
+
associated interface definition files, plus the scripts used to
|
159
|
+
control compilation and installation of the executable. However, as a
|
160
|
+
special exception, the source code distributed need not include
|
161
|
+
anything that is normally distributed (in either source or binary
|
162
|
+
form) with the major components (compiler, kernel, and so on) of the
|
163
|
+
operating system on which the executable runs, unless that component
|
164
|
+
itself accompanies the executable.
|
165
|
+
|
166
|
+
If distribution of executable or object code is made by offering
|
167
|
+
access to copy from a designated place, then offering equivalent
|
168
|
+
access to copy the source code from the same place counts as
|
169
|
+
distribution of the source code, even though third parties are not
|
170
|
+
compelled to copy the source along with the object code.
|
171
|
+
|
172
|
+
4. You may not copy, modify, sublicense, or distribute the Program
|
173
|
+
except as expressly provided under this License. Any attempt
|
174
|
+
otherwise to copy, modify, sublicense or distribute the Program is
|
175
|
+
void, and will automatically terminate your rights under this License.
|
176
|
+
However, parties who have received copies, or rights, from you under
|
177
|
+
this License will not have their licenses terminated so long as such
|
178
|
+
parties remain in full compliance.
|
179
|
+
|
180
|
+
5. You are not required to accept this License, since you have not
|
181
|
+
signed it. However, nothing else grants you permission to modify or
|
182
|
+
distribute the Program or its derivative works. These actions are
|
183
|
+
prohibited by law if you do not accept this License. Therefore, by
|
184
|
+
modifying or distributing the Program (or any work based on the
|
185
|
+
Program), you indicate your acceptance of this License to do so, and
|
186
|
+
all its terms and conditions for copying, distributing or modifying
|
187
|
+
the Program or works based on it.
|
188
|
+
|
189
|
+
6. Each time you redistribute the Program (or any work based on the
|
190
|
+
Program), the recipient automatically receives a license from the
|
191
|
+
original licensor to copy, distribute or modify the Program subject to
|
192
|
+
these terms and conditions. You may not impose any further
|
193
|
+
restrictions on the recipients' exercise of the rights granted herein.
|
194
|
+
You are not responsible for enforcing compliance by third parties to
|
195
|
+
this License.
|
196
|
+
|
197
|
+
7. If, as a consequence of a court judgment or allegation of patent
|
198
|
+
infringement or for any other reason (not limited to patent issues),
|
199
|
+
conditions are imposed on you (whether by court order, agreement or
|
200
|
+
otherwise) that contradict the conditions of this License, they do not
|
201
|
+
excuse you from the conditions of this License. If you cannot
|
202
|
+
distribute so as to satisfy simultaneously your obligations under this
|
203
|
+
License and any other pertinent obligations, then as a consequence you
|
204
|
+
may not distribute the Program at all. For example, if a patent
|
205
|
+
license would not permit royalty-free redistribution of the Program by
|
206
|
+
all those who receive copies directly or indirectly through you, then
|
207
|
+
the only way you could satisfy both it and this License would be to
|
208
|
+
refrain entirely from distribution of the Program.
|
209
|
+
|
210
|
+
If any portion of this section is held invalid or unenforceable under
|
211
|
+
any particular circumstance, the balance of the section is intended to
|
212
|
+
apply and the section as a whole is intended to apply in other
|
213
|
+
circumstances.
|
214
|
+
|
215
|
+
It is not the purpose of this section to induce you to infringe any
|
216
|
+
patents or other property right claims or to contest validity of any
|
217
|
+
such claims; this section has the sole purpose of protecting the
|
218
|
+
integrity of the free software distribution system, which is
|
219
|
+
implemented by public license practices. Many people have made
|
220
|
+
generous contributions to the wide range of software distributed
|
221
|
+
through that system in reliance on consistent application of that
|
222
|
+
system; it is up to the author/donor to decide if he or she is willing
|
223
|
+
to distribute software through any other system and a licensee cannot
|
224
|
+
impose that choice.
|
225
|
+
|
226
|
+
This section is intended to make thoroughly clear what is believed to
|
227
|
+
be a consequence of the rest of this License.
|
228
|
+
|
229
|
+
8. If the distribution and/or use of the Program is restricted in
|
230
|
+
certain countries either by patents or by copyrighted interfaces, the
|
231
|
+
original copyright holder who places the Program under this License
|
232
|
+
may add an explicit geographical distribution limitation excluding
|
233
|
+
those countries, so that distribution is permitted only in or among
|
234
|
+
countries not thus excluded. In such case, this License incorporates
|
235
|
+
the limitation as if written in the body of this License.
|
236
|
+
|
237
|
+
9. The Free Software Foundation may publish revised and/or new versions
|
238
|
+
of the General Public License from time to time. Such new versions will
|
239
|
+
be similar in spirit to the present version, but may differ in detail to
|
240
|
+
address new problems or concerns.
|
241
|
+
|
242
|
+
Each version is given a distinguishing version number. If the Program
|
243
|
+
specifies a version number of this License which applies to it and "any
|
244
|
+
later version", you have the option of following the terms and conditions
|
245
|
+
either of that version or of any later version published by the Free
|
246
|
+
Software Foundation. If the Program does not specify a version number of
|
247
|
+
this License, you may choose any version ever published by the Free Software
|
248
|
+
Foundation.
|
249
|
+
|
250
|
+
10. If you wish to incorporate parts of the Program into other free
|
251
|
+
programs whose distribution conditions are different, write to the author
|
252
|
+
to ask for permission. For software which is copyrighted by the Free
|
253
|
+
Software Foundation, write to the Free Software Foundation; we sometimes
|
254
|
+
make exceptions for this. Our decision will be guided by the two goals
|
255
|
+
of preserving the free status of all derivatives of our free software and
|
256
|
+
of promoting the sharing and reuse of software generally.
|
257
|
+
|
258
|
+
NO WARRANTY
|
259
|
+
|
260
|
+
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
261
|
+
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
262
|
+
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
263
|
+
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
264
|
+
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
265
|
+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
266
|
+
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
267
|
+
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
268
|
+
REPAIR OR CORRECTION.
|
269
|
+
|
270
|
+
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
271
|
+
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
272
|
+
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
273
|
+
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
274
|
+
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
275
|
+
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
276
|
+
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
277
|
+
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
278
|
+
POSSIBILITY OF SUCH DAMAGES.
|
279
|
+
|
280
|
+
END OF TERMS AND CONDITIONS
|
281
|
+
|
282
|
+
Appendix: How to Apply These Terms to Your New Programs
|
283
|
+
|
284
|
+
If you develop a new program, and you want it to be of the greatest
|
285
|
+
possible use to the public, the best way to achieve this is to make it
|
286
|
+
free software which everyone can redistribute and change under these terms.
|
287
|
+
|
288
|
+
To do so, attach the following notices to the program. It is safest
|
289
|
+
to attach them to the start of each source file to most effectively
|
290
|
+
convey the exclusion of warranty; and each file should have at least
|
291
|
+
the "copyright" line and a pointer to where the full notice is found.
|
292
|
+
|
293
|
+
<one line to give the program's name and a brief idea of what it does.>
|
294
|
+
Copyright (C) 19yy <name of author>
|
295
|
+
|
296
|
+
This program is free software; you can redistribute it and/or modify
|
297
|
+
it under the terms of the GNU General Public License as published by
|
298
|
+
the Free Software Foundation; either version 2 of the License, or
|
299
|
+
(at your option) any later version.
|
300
|
+
|
301
|
+
This program is distributed in the hope that it will be useful,
|
302
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
303
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
304
|
+
GNU General Public License for more details.
|
305
|
+
|
306
|
+
You should have received a copy of the GNU General Public License
|
307
|
+
along with this program; if not, write to the Free Software
|
308
|
+
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
309
|
+
|
310
|
+
Also add information on how to contact you by electronic and paper mail.
|
311
|
+
|
312
|
+
If the program is interactive, make it output a short notice like this
|
313
|
+
when it starts in an interactive mode:
|
314
|
+
|
315
|
+
Gnomovision version 69, Copyright (C) 19yy name of author
|
316
|
+
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
317
|
+
This is free software, and you are welcome to redistribute it
|
318
|
+
under certain conditions; type `show c' for details.
|
319
|
+
|
320
|
+
The hypothetical commands `show w' and `show c' should show the appropriate
|
321
|
+
parts of the General Public License. Of course, the commands you use may
|
322
|
+
be called something other than `show w' and `show c'; they could even be
|
323
|
+
mouse-clicks or menu items--whatever suits your program.
|
324
|
+
|
325
|
+
You should also get your employer (if you work as a programmer) or your
|
326
|
+
school, if any, to sign a "copyright disclaimer" for the program, if
|
327
|
+
necessary. Here is a sample; alter the names:
|
328
|
+
|
329
|
+
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
330
|
+
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
331
|
+
|
332
|
+
<signature of Ty Coon>, 1 April 1989
|
333
|
+
Ty Coon, President of Vice
|
334
|
+
|
335
|
+
This General Public License does not permit incorporating your program into
|
336
|
+
proprietary programs. If your program is a subroutine library, you may
|
337
|
+
consider it more useful to permit linking proprietary applications with the
|
338
|
+
library. If this is what you want to do, use the GNU Library General
|
339
|
+
Public License instead of this License.
|
@@ -0,0 +1,36 @@
|
|
1
|
+
StartFontMetrics 2.0
|
2
|
+
Comment Generated by pfaedit
|
3
|
+
Comment Creation Date: Thu Dec 11 12:40:09 2003
|
4
|
+
FontName GnuMICR
|
5
|
+
FullName GnuMICR
|
6
|
+
FamilyName GnuMICR
|
7
|
+
Weight Normal
|
8
|
+
Notice (Copyright (c) 2000-2003, Eric Sandeen <sandeen-gnumicr@sandeen.net>. Released under the terms of the Gnu Public License, www.gnu.org)
|
9
|
+
ItalicAngle 0
|
10
|
+
IsFixedPitch false
|
11
|
+
UnderlinePosition -100
|
12
|
+
UnderlineThickness 50
|
13
|
+
Version 000.300
|
14
|
+
EncodingScheme FontSpecific
|
15
|
+
FontBBox 10 0 720 702
|
16
|
+
StartCharMetrics 18
|
17
|
+
C 0 ; WX 500 ; N .notdef ; B 0 0 0 0 ;
|
18
|
+
C 32 ; WX 751 ; N space ; B 0 0 0 0 ;
|
19
|
+
C 48 ; WX 751 ; N zero ; B 103 0 649 702 ;
|
20
|
+
C 49 ; WX 751 ; N one ; B 337 0 649 702 ;
|
21
|
+
C 50 ; WX 751 ; N two ; B 337 0 649 702 ;
|
22
|
+
C 51 ; WX 751 ; N three ; B 259 0 649 702 ;
|
23
|
+
C 52 ; WX 751 ; N four ; B 181 0 649 702 ;
|
24
|
+
C 53 ; WX 751 ; N five ; B 259 0 649 702 ;
|
25
|
+
C 54 ; WX 751 ; N six ; B 181 0 649 702 ;
|
26
|
+
C 55 ; WX 751 ; N seven ; B 259 0 649 702 ;
|
27
|
+
C 56 ; WX 751 ; N eight ; B 103 0 649 702 ;
|
28
|
+
C 57 ; WX 751 ; N nine ; B 181 0 649 702 ;
|
29
|
+
C 65 ; WX 751 ; N A ; B 103 0 649 702 ;
|
30
|
+
C 66 ; WX 751 ; N B ; B 103 0 649 702 ;
|
31
|
+
C 67 ; WX 751 ; N C ; B 103 117 649 663 ;
|
32
|
+
C 68 ; WX 751 ; N D ; B 103 195 649 507 ;
|
33
|
+
C 169 ; WX 751 ; N copyright ; B 10 10 720 120 ;
|
34
|
+
C -1 ; WX 500 ; N CR ; B 0 0 0 0 ;
|
35
|
+
EndCharMetrics
|
36
|
+
EndFontMetrics
|
Binary file
|
@@ -0,0 +1,215 @@
|
|
1
|
+
%!FontType1-1.1: GnuMICR 000.300
|
2
|
+
%%CreationDate: Wed Aug 02 19:41:00 2000
|
3
|
+
%%VMusage: 120000 150000
|
4
|
+
%(The above line is most likely not correct)
|
5
|
+
%
|
6
|
+
%---------------
|
7
|
+
%
|
8
|
+
% GnuMICR - a free implementation of the MICR font
|
9
|
+
%
|
10
|
+
% Copyright (C) 2000-2003 Eric Sandeen (sandeen-gnumicr@sandeen.net)
|
11
|
+
%
|
12
|
+
% This program is free software; you can redistribute it and/or modify
|
13
|
+
% it under the terms of the GNU General Public License as published by
|
14
|
+
% the Free Software Foundation; either version 2 of the License, or
|
15
|
+
% (at your option) any later version.
|
16
|
+
%
|
17
|
+
% This program is distributed in the hope that it will be useful,
|
18
|
+
% but WITHOUT ANY WARRANTY; without even the implied warranty of
|
19
|
+
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
20
|
+
% GNU General Public License for more details.
|
21
|
+
%
|
22
|
+
% You should have received a copy of the GNU General Public License
|
23
|
+
% along with this program; if not, write to the Free Software
|
24
|
+
% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
25
|
+
%
|
26
|
+
%---------------
|
27
|
+
%
|
28
|
+
% This font contains only the digits 0-9, and 4 symbols
|
29
|
+
% To get the symbols, use the characters A B C D
|
30
|
+
%
|
31
|
+
% To convert back and forth between an editable raw font file
|
32
|
+
% and an encoded, encrypted, useable Type 1 font file, you will need
|
33
|
+
% the t1utils package from http://www.lcdf.org/~eddietwo/type/
|
34
|
+
%
|
35
|
+
%---------------
|
36
|
+
%
|
37
|
+
% TODO:
|
38
|
+
% Get this thing inspected by a bank...!
|
39
|
+
% Implement stem hint replacement ("3", "8", Symbols)
|
40
|
+
% Angles/arcs on "7" may not be quite right
|
41
|
+
%
|
42
|
+
%---------------
|
43
|
+
%
|
44
|
+
11 dict begin
|
45
|
+
/FontInfo 14 dict dup begin
|
46
|
+
/version (000.300) readonly def
|
47
|
+
/Copyright (Copyright 2000-2003, Eric Sandeen) readonly def
|
48
|
+
/Notice (Copyright (c) 2000-2003, Eric Sandeen <sandeen-gnumicr@sandeen.net>. Released under the terms of the Gnu Public License, www.gnu.org) readonly def
|
49
|
+
/FullName (GnuMICR) readonly def
|
50
|
+
/FamilyName (GnuMICR) readonly def
|
51
|
+
/Weight (Normal) readonly def
|
52
|
+
/ItalicAngle 0 def
|
53
|
+
/isFixedPitch false def
|
54
|
+
/UnderlinePosition -100 def
|
55
|
+
/UnderlineThickness 50 def
|
56
|
+
end readonly def
|
57
|
+
|
58
|
+
/FontName /GnuMICR def
|
59
|
+
/PaintType 0 def
|
60
|
+
/FontType 1 def
|
61
|
+
/FontMatrix [ 0.00100 0 0 0.00100 0 0 ] readonly def
|
62
|
+
/Encoding 256 array
|
63
|
+
0 1 255 {1 index exch /.notdef put } for
|
64
|
+
dup 32 /space put
|
65
|
+
dup 48 /zero put
|
66
|
+
dup 49 /one put
|
67
|
+
dup 50 /two put
|
68
|
+
dup 51 /three put
|
69
|
+
dup 52 /four put
|
70
|
+
dup 53 /five put
|
71
|
+
dup 54 /six put
|
72
|
+
dup 55 /seven put
|
73
|
+
dup 56 /eight put
|
74
|
+
dup 57 /nine put
|
75
|
+
dup 65 /A put
|
76
|
+
dup 66 /B put
|
77
|
+
dup 67 /C put
|
78
|
+
dup 68 /D put
|
79
|
+
dup 169 /copyright put
|
80
|
+
readonly def
|
81
|
+
|
82
|
+
/FontBBox { 103 0 649 702 } readonly def
|
83
|
+
currentdict end
|
84
|
+
currentfile eexec
|
85
|
+
d9d66f633b846a989b9974b0179fc6cc445bcf7c3c3333173232e3fdbff43949
|
86
|
+
1db866c39088c203dc22fdc758584860ec7bb67fda28cc6208249060e18fab32
|
87
|
+
204779b5c03c0493bbbbc95cf02692cc4deaa8d2ea90b5c2e64374e92bcb8501
|
88
|
+
429b8fae4a76c0c6b76d6ff7cf9a7d5edfbca0e959541c59bd05b7de43d25d53
|
89
|
+
fc3dda6ef0c2743978a6d03e19cced4a11f2ea4bcc3110be8b8d9e2772361969
|
90
|
+
c19258efafdc276cb1ade9208a941a36d18f9fb1c33def76aa3140a8a4c99adb
|
91
|
+
b3214e61cb091bb87421cef35ff5745ef8dab2327f4505291949c5c81a2c61a1
|
92
|
+
c68bc0c2724684a65c13e201889ed4829f0502939b52213248c263db1fe10129
|
93
|
+
8a2904757b2fb30240088b194cd883e258e163d6ecf1d233c50b7245be021177
|
94
|
+
eac51a7a1a807977163b3a28a3c9f79d5116de6525552753c1d3aa7bb4ec7b18
|
95
|
+
837ef3428d84afc12dd6cb1f27e859ffb74c151b97b4a6ff35710cdce68fcbaa
|
96
|
+
ab650eeeffc0c2bc940fabcd1da75ad2bd6cb6e0567455fb1de69f17d1474b1f
|
97
|
+
be7eec173206d8b4a85a24d9cfb113b2ebf1e8790e6e02c643418d0a8d19a5bf
|
98
|
+
48528e6a4d92065c9b68886a9093256bedf9a90ecbedcbaa21f5194ef7e7cdb2
|
99
|
+
68b296d436bcb83abeb6d0e64b498d3fa1d4f67418d72f1ffcbefcd0bc198738
|
100
|
+
46537a5f6147e88a422a858ea0d8035cb03be90cc441ebe8f38fad0ba587a8b8
|
101
|
+
6106ff8c87f2add0df9bb2384795042dfce4ba9b2c49269249640a8792a966b7
|
102
|
+
09e7f16df067017e7253e273d2b2c495d12848b56aeb76cad0a1d217fcf3ec3f
|
103
|
+
e474793c37ea3acbf375302c907e888e48c77767306c2d64f1b66d625e5f7270
|
104
|
+
40fbfb2438ff6eba6c72759808e9556910b61627058848d1736ae22f55ff2d0f
|
105
|
+
caf500e55ede2fa5add20b2622909a1b906b68cf458ad50a33d453328e6b6d46
|
106
|
+
0942916d050df3fda98862355b6d0f9e931ca94db56d0aef32dcb68fc2fcb1ca
|
107
|
+
3b05ec92191ef9d190dc14b70ece10a09e4b5e3745e041462f97907120e0c24d
|
108
|
+
efa34a171a43ab03a31edcca00299cf085f74356901e6e858643e060e0531f33
|
109
|
+
227904d8d5e5e7f0ab1f2b5c97a5e45647321138d4856a1fec830e7075bdcebd
|
110
|
+
b0d1d481f6c79500619b1b3a725237aaf4879364007d48c64c19a374d2e21792
|
111
|
+
bc0cbef879e0a348bf86a62d4d7d0526cc64ab1928a5642cd8bdbc55bf85dad8
|
112
|
+
1a2ba2f7e4537706878f74d6b2be523f8a9de00c5d01184405487f1c873f102e
|
113
|
+
a0a9bef2f2fa9718d8cade54f5cc17aadaa78280472a1f749c20583d9c0a1106
|
114
|
+
ad73decc7efcb4de4315683e204d7a8c0512e41e7e501b4884e4ee90d08652f3
|
115
|
+
4c15e337e74dd4823e4aa117251c3cd02e27827f07297bf2b08a8087ccce4f3f
|
116
|
+
cd86d361e3dd8d11ba1c4b58d5838923342d8b23ae88b25c4410e4fa85eba1ac
|
117
|
+
1c676b35bc3a344525248fe25e4619e4476cdc566729217d325f88ef1b752851
|
118
|
+
508f90bab8aca5d9382414a114a0d903b16ce7821442e01312d58b5e2e26c0df
|
119
|
+
cf0d1454678e3b9a9b157ddc49d3a7f7235666ebef29cba7360a113f540bd8ae
|
120
|
+
fac6dfc4b9d16c8e754376d8eb73f86b3469b94717251c3c2eb411f1df2acac9
|
121
|
+
96ce622d50e289ae896b9e01227284244683504fed3bc7d32c79a1053e6883b4
|
122
|
+
003fe9244cab401ba5566469541e7f6d10606cd188deebb7e8858900aea86ea5
|
123
|
+
0d412a03bd075cd2d3ac38a202db7634197e4a6940ed83d32733ed4228f4a208
|
124
|
+
316ce4daa9ebe5f14ff089ac978d0a39303aa0eaca67ac5132d592391c6d8593
|
125
|
+
cbc678fad548ffab092d702ac1f31c3c34e7dc9c66655403fdee707c7c31b1bb
|
126
|
+
17909887c564967f49604f9eb776cb9720fead110e878e0f003261a54dc6fa01
|
127
|
+
eec1a40ff45fefa7d85001e3b322c7447293cf20cc5d8461be725b4d75efde5e
|
128
|
+
98a9ae0008490739cd664a7defd93b444dd65ff1c7e8f8f8a3ba8b1cea0e2fbb
|
129
|
+
315a4eccbf09993c402534d2721ea64afdebdad1ece3ac1939f96cd777b17de8
|
130
|
+
b9d527d32ce26f4e1f861ed5916da9523f058fc3cdaa367756879d5353dae748
|
131
|
+
4bbbda7de04edd2ace4922af206631719471324e3c6b8282f01d53861389c2d6
|
132
|
+
b54306763edefb2e049ace70526afba2d782e354ed9a2945f4a0470ed4c7b418
|
133
|
+
3566e0bb1d94d945cb8d94e438026ff260ba5ce66d4d51fd4887214fbe26e928
|
134
|
+
ff262e98518b92b40caa5bcfe73ea8cbf86c7ec1c89866c537242307190fed28
|
135
|
+
23f66362aff372e7da620fdf0daa086856278b06b417964c9bb13560be9a6644
|
136
|
+
360b70f0def155ed64bdb26f1733d6fe91a04aaf2e45534c5865768c9cb901ef
|
137
|
+
e56144ecb22046dd87d12e7a8826abfc8728249617b5bfe2850b7063136a5518
|
138
|
+
84d244913e06f72d094b3453542ec6d6375bd3d99e5f158d5f6889229bc9c609
|
139
|
+
fe1d0b2a511be50f7b91af54e8200f1606ca468e30b51c7d37eac9d8a640589b
|
140
|
+
14daa550358e5a6f462b0b6fa7ffa3cf79e686a9cb0bfe66d728755ca37d4fa2
|
141
|
+
a4bc2f74b03fb31ab682bd95565b1011c6cc1437b995c1bc3c273c65904f4c9f
|
142
|
+
de274a8bd8f5bf97a1addce6194b9240a32d372451fe699b0afab349139e2168
|
143
|
+
3928d1b65ab575347f08cd88f52a6b9cb0c5b0448fc83ac3b25c1e867888ea0f
|
144
|
+
bf9800cb5e6509fe5eee739cdc1359fd09bed912ad1997d1f2a89d124bb18e7c
|
145
|
+
a0f1078cb35f41ae0347cd900c30e871a84cce6e2ddeb210e33c5b9e6db78fd8
|
146
|
+
fa8e61a4294c90acb1e3a4d69168bc67cde8e96272d2bbd7c890c7ba211176ad
|
147
|
+
786e99843c10b7618955a244f5f7a8795735989327124dfc25ec3a005fd84b05
|
148
|
+
9e4ee615545555d72f6e6fc371712aa16bc6d08d1df5953d962103f3b76f0501
|
149
|
+
e18699411aaf89f876a019516ae3ef8bdfbe31bfb1594ec0ee8ee3b7171493c8
|
150
|
+
347e2a9b250816a45800514b7e63aa0c1094f62678732da76460a55f02528abf
|
151
|
+
0f9bd557abab16eb2927b5c68be71f466c58af23c67a7a15c82b277cc8163d74
|
152
|
+
9517aa9ef177d3bea03aafd08d5585629cc17d97e77510a59b29316d1b67ff85
|
153
|
+
0773244e688edc30cbf1528ade8840c5f492247b89841b8e03d047eb80d9ce49
|
154
|
+
94d0483348697bd1f24173de4806df1208facd8f8797e1761a548b82bdfb3467
|
155
|
+
f0b6a840812221026531d561866f693c1b28f63ca2fe4f458678e084869a381d
|
156
|
+
b37b6cd52234c28f1a69b4b611db245ff2ec1d6f82bc04d4df67a6bb7cfef7c4
|
157
|
+
fc751ba88d114592fca0bf7ec26bfaf4909047c3621510588266d57efb10858d
|
158
|
+
9bb05064d331e4b1f6ea87feb979f6376e848eb204a7bdfc3581a6f97734c680
|
159
|
+
c09722bf3ed67b24ec7f40e3f0afd702dc639e1541489b864bd53c4d1fc6a5ba
|
160
|
+
0cc887eb451b6fabbb028ffbc05eab5c0c5b9c111895943c6ce54eb0d94fa1d1
|
161
|
+
ce3bab45cac7a6270d4668b6a75211515ad0401a16512b1aa22f775c2726ed25
|
162
|
+
22247b78e865f7835d9641f7c25992a0f596b12f85400a753fbfd36c50e89036
|
163
|
+
d5fd47bf945009a0ed48d44e7201f03511865adabc24e3f65a994fd9ef121f02
|
164
|
+
ad010f75bb840f82d91467e5dfabd033febbb96d3a0e2e667df8c3410fd538e6
|
165
|
+
aac9aefbcffc22eb77b86e3e609d282666d7e8e26a678cc29d256ae3b78bb993
|
166
|
+
0580c39eba3c5f25fe02ea5dba6f872fecdd1264b32ef27d95d7d074de99233d
|
167
|
+
799992a9656cd581407b82f1025ba5fcf3ac88dc319c2c1af7e8a4479d9d1a64
|
168
|
+
7ecac0ad08980115d1082a35d2ee9154b6e7e1ab816a1447f23bb196fbd5e022
|
169
|
+
afb9b81b9abcd1ccfbfb95321ecc3cc3e351ff6ee4afc8da56e5ded1a4554dbf
|
170
|
+
0c2a22601441f90090cd1a5ca9f3496ea04d22b79e949e550c104deb409a0e20
|
171
|
+
250c0455b0d4a0526d0e39c303f3a3a6efaf686ec5206bf3e595ff70d5a4346f
|
172
|
+
2a3984ce45121cf2d1928f96dca05cad7760bdf639a1cf528940240fa1748c34
|
173
|
+
29233744bcf4f2f29c6bb830d978bec8bf6968ac6785e19df57c263ed490fc57
|
174
|
+
392f29e6ad61702f1912b28d4da44c60ab0c1464b9c80ed4298475ea1173f48f
|
175
|
+
441cf51a7feddc28d9aa4e5369aae7f127825f69da2cb13c5a15db82863ff379
|
176
|
+
ca0efb3ab2ee7b1c54b6254d6de4bd405af22dd455ed2369c4472ad539754ce4
|
177
|
+
eab1e3524d7ffc75333c5e18bde6ef56d474552563ced15cdef488f661471b8b
|
178
|
+
a9bbc4c1815dccc94b40cb7e00b89b679d53188b6fbc3998b82380dbb00e37d8
|
179
|
+
ba3e692d276eae6f4c8f3fe5c194c0d5f780496ed756b7dd6f588f786971612a
|
180
|
+
ff579c5aaf17b17f5fa640f3f5afbdb397b89a33c6a614372b74812a003a67f6
|
181
|
+
bd6829c688fba52b924a4d4edacb02a113a57a5dd4c05badd7ac0a2b9592cec0
|
182
|
+
e04ae2242d04ccfb445897de02e5b8b69ad754006a5a50bc21436e198faed411
|
183
|
+
eb8d95b56162c6c239eb7adc1382f05b4ee36064d9741207f3747a4195219d61
|
184
|
+
ca83b9717c7755dfa846f80b8b7f2356e5a4a47c4a87e83c5e9f28387c0d3a03
|
185
|
+
7224ee2300e94bcfbb8832b54a76c043a591e611418e97f8ed9d6b94214f6ed4
|
186
|
+
d918a9ee26fb160495b22906d40ebad0a4e270ef5d1afe3a07deca7ea084233d
|
187
|
+
8d89a346e7864646dd09205a07c9ba4d4e952152d3b99c58568691f67d9dcd8c
|
188
|
+
6a2f97e00763912f830e83029606c40c54da583bbc68eb58ea3144b1028f4763
|
189
|
+
b5096808920788fcb80d2e868a7fb408479a4cca3a7fa1178ac907311137f3b1
|
190
|
+
676be8a4cafc56815b05d6083d569930961ab84e3bd3541bca06df99ee407759
|
191
|
+
d9c69f0e98bd56b8cfcce7bbae32bab38619c44fdd584af44a5448c5a0b25e59
|
192
|
+
30ab3782dd0aef6ce50c362360a172348eb82c0df84d93f7297705513e39e760
|
193
|
+
a68db79b1b9abcc1245e8d5cefb69494773a247127f0a5ec7d01edb35e378eab
|
194
|
+
7844363315dc364785f78919d765af8611b76fb4344ee3e9ad16014eeabc91c7
|
195
|
+
2f6b488530ddd4f5fefa94152f1ed0fd784f14f60bbf8d175a11bbc31e2b2b40
|
196
|
+
463df7387cc8305b172283b85e0025e208c9380898628c07726dfe7ace4f3c54
|
197
|
+
8f14c9443bfd25d7a61897fd9e984099726df51c0092750771715787a89dcde1
|
198
|
+
1ce64902a677fb4a1c0a54dbf851f88eb0a46cef180c118b228a3bbe3cec1c4a
|
199
|
+
8d2042f182f813a134753ebaa7b9950c121935b709f6e54015b21dac0eefadba
|
200
|
+
f284e0962d504d71489c5f7f54619c1092420ff272cd0dcb988403dc166c3b68
|
201
|
+
8febb945ce3ebfa53208a875206cb86770cf82160fe004623ca47ebe928cfdcc
|
202
|
+
11ee9a57ffc4df10051eb7f5452f96515314be80fc1555689a32ba09b424d751
|
203
|
+
9b2763f88e49718e5e9e3e8f022df7864edb9e1c356c141f88af9fef133fd2dc
|
204
|
+
3e51fa7973cf674a6671fc705210278564908f0f343ae56738f92277a636c669
|
205
|
+
8a3d69014dbb1ae80f7b181712d583f744f7b975794e38250d27d6cffabee62b
|
206
|
+
5eaf1b6fa90b32fd15023d63b4fd903b569542838b6df15ceae6bad0f2c2cc99
|
207
|
+
7592f323cab1ea7030ecc20bca409dd5a9db
|
208
|
+
0000000000000000000000000000000000000000000000000000000000000000
|
209
|
+
0000000000000000000000000000000000000000000000000000000000000000
|
210
|
+
0000000000000000000000000000000000000000000000000000000000000000
|
211
|
+
0000000000000000000000000000000000000000000000000000000000000000
|
212
|
+
0000000000000000000000000000000000000000000000000000000000000000
|
213
|
+
0000000000000000000000000000000000000000000000000000000000000000
|
214
|
+
0000000000000000000000000000000000000000000000000000000000000000
|
215
|
+
0000000000000000000000000000000000000000000000000000000000000000
|
Binary file
|
Binary file
|