|
-- -- [ Picked text/plain from multipart/alternative ] Sounds like the prtf is set to wider than 80chars and COR is being forced on. I don't have an example handy but try adding the correct CPICOR tag with the font you want. Attached is a font table in case you need that. ie if you want 10cpi no matter what change all the CPICOR tags to that 10cpi font. --------------------------------- Kirk Goins IBM Certified AS/400 Technical Solutions Pacific Information Systems - An IBM Premier Business Partner 503-290-2104 kirkg@pacinfosys.com "WE KNOW TECHNOLOGY" --------------------------------- "Peter Dow" <pcdow@yahoo.com> Sent by: midrange-l-admin@midrange.com 09/19/2001 01:24 PM Please respond to midrange-l To: <MIDRANGE-L@midrange.com> cc: Subject: WSCST object INITPRT Hi Everyone, I have a customer who is trying to use a Kyocera laser jet in HP emulation mode to print an overlay along with *SCS data from the AS/400. He has a PC program that loads the overlay, and wants to simply have the AS/400 turn on overlays. So we retrieved the source for the *HP6 workstation customization object: RTVWSCST DEVTYPE(*TRANSFORM) MFRTYPMDL(*HP6) SRCMBR(ERPRT) SRCFILE(HS#LIBR/HSSSRC) TEXT('ER printer HP6 custom for Kyocera printer') and modified it with SEU to look like this (note that we trimmed out a bunch of stuff): :WSCST DEVCLASSÝRANSFORM. :TRNSFRMTBL. :PRTDTASTRM DATASTREAMÑPPCL5. :INITPRT DATA ×1B267330431B59'X /* esc E RESET printer */ '1B266631793458'X /* esc & f 1 y 4 X -- enable MACRO 1 for OVERLAY */ '1B2A7030783231313459'X /* position to 0 x 2114 Y */ '1B28733070'X /* esc ( s 0 p -- fixed-pitch font */ '313068'X /* 1 0 h -- 10cpi */ '313276'X /* 1 0 v -- 10pt font */ '3073'X /* 0 s -- style upright */ '3354'X /* 3 T -- COURIER typeface */ :RESETPRT DATA ×1B45'X. /* esc E -- reset printer */ :BELL DATA ×07'X. :SPACE DATA ×20'X. :CARRTN DATA ×0D'X. :FORMFEED DATA ×0C'X. :LINEFEED DATA ×0A'X. :EWSCST. Then we created the new WCST CRTWSCST WSCST(HS#LIBR/ERPRT) SRCFILE(HS#LIBR/HSSSRC) and an outqueue that uses it CRTOUTQ OUTQ(HS#LIBR/ERPRT) RMTSYS(ERPRT) RMTPRTQ(KYOCERA) CNNTYPE(*IP) DESTTYPE(*OTHER) MFRTYPMDL(*HP6) WSCST(HS#LIBR/ERPRT) TEXT('ER Kyocera printer emulating HP6') DSPDTA(*YES) started the writer QSYS/STRRMTWTR OUTQ(ERPRT) and started testing it. The overlay works just fine, but the font is changed to a 16.67cpi font, in spite of the font selections on teh printer file and in the WCST object (see the INITPRT section). When we turned on the dump mode (PCL Esc-Y) it shows our INITPRT just fine, but it's followed by five (count them, 5) repetitions of PCL that sets the font to 16.67cpi. We've tried changing the PAGRTT to zero, the CPI to 10, to no avail. What are we missing? tia, Peter Dow Dow Software Services, Inc. 909 425-0194 voice 909 425-0196 fax _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l or email: MIDRANGE-L-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/midrange-l. -- This is from: AS/400e Printer Device Programming Version 4 Document Number SC41-5713-03 *************************************** The legend and table below provide information about each font. This information could save you time in trial-and-error testing when choosing a font for your application. +------------------------------------------------------------------------+ ¦ Table Legend ¦ +------------------------------------------------------------------------¦ ¦ FGID ¦ Font Global Identifier ¦ +-----------------+------------------------------------------------------¦ ¦ Name ¦ Name of Font ¦ +-----------------+------------------------------------------------------¦ ¦ Font Type ¦ U ÐUniformly Spaced ¦ ¦ ¦ M ÐMixed Pitch ¦ ¦ ¦ T ÐTypographic ¦ +-----------------+------------------------------------------------------¦ ¦ Attributes ¦ Blank ÐRoman ¦ ¦ ¦ b ÐBold ¦ ¦ ¦ i ÐItalics ¦ ¦ ¦ s ÐSecond Strike ¦ ¦ ¦ w ÐDouble Wide ¦ +-----------------+------------------------------------------------------¦ ¦ Point ¦ Point size (Blank for uniformly spaced & mixed pitch ¦onts) ¦ ¦ ¦ ¦ ¦ S ÐScalable ¦ ¦ ¦ ¦ +-----------------+------------------------------------------------------¦ ¦ Pitch ¦ Characters per inch (For example, 17) ¦ ¦ ¦ ¦ ¦ ¦ S ÐScalable ¦ ¦ ¦ ¦ +------------------------------------------------------------------------+ From... +------------------------------------------------------------------------+ ¦ Table D-1. Font Information ¦ +------------------------------------------------------------------------¦ ¦ ¦ ¦ Type ¦ ¦ ¦ ¦ ¦ ¦ ¦ of ¦ ¦ ¦ Pitch ¦ ¦ FGID ¦ Name ¦ Font ¦ Attributes ¦ Point ¦ (CPI) ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 2 ¦ Delegate ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 3 ¦ OCR-B ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 5 ¦ Rhetoric/Orator ¦ U ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 8 ¦ Scribe/Symbol ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 10 ¦ Cyrillic 22 ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 11 ¦ Courier ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 12 ¦ Prestige ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 13 ¦ Artisan ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 18 ¦ Courier Italic ¦ U ¦ I ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 19 ¦ OCR-A ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 20 ¦ Pica ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 21 ¦ Katakana ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 25 ¦ Presentor ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 26 ¦ Matrix Gothic ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 30 ¦ Symbol ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 31 ¦ Aviv ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 36 ¦ Letter Gothic ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 38 ¦ Orator Bold ¦ U ¦ b ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 39 ¦ Gothic Bold ¦ U ¦ b ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 40 ¦ Gothic ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 41 ¦ Roman Text ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 42 ¦ Serif ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 43 ¦ Serif Italic ¦ U ¦ i ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 44 ¦ Katakana Gothic ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 46 ¦ Courier Bold ¦ U ¦ b ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 49 ¦ Shalom ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 50 ¦ Shalom Bold ¦ U ¦ b ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 51 ¦ Matrix Gothic ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 52 ¦ Courier ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 55 ¦ Aviv Bold ¦ U ¦ b ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 61 ¦ Nasseem ¦ U ¦ ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 62 ¦ Nasseem Italic ¦ U ¦ i ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 63 ¦ Nasseem Bold ¦ U ¦ b ¦ ¦ 10 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 64 ¦ Nasseem Italic ¦ U ¦ bi ¦ ¦ 10 ¦ ¦ ¦ Bold ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 66 ¦ Gothic ¦ U ¦ ¦ 12 ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 68 ¦ Gothic Italic ¦ U ¦ i ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 69 ¦ Gothic Bold ¦ U ¦ b ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 70 ¦ Serif ¦ U ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 71 ¦ Serif Italic ¦ U ¦ i ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 72 ¦ Serif Bold ¦ U ¦ b ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 74 ¦ Matrix Gothic ¦ U ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 75 ¦ Courier ¦ U ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 76 ¦ APL ¦ U ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 78 ¦ Katakana ¦ U ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 80 ¦ Symbol ¦ U ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 84 ¦ Script ¦ U ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 85 ¦ Courier ¦ U ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 86 ¦ Prestige ¦ U ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 87 ¦ Letter Gothic ¦ U ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 91 ¦ Light Italic ¦ U ¦ i ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 92 ¦ Courier Italic ¦ U ¦ i ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 95 ¦ Adjudant ¦ U ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 96 ¦ Old World ¦ U ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 98 ¦ Shalom ¦ U ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 99 ¦ Aviv ¦ U ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 101 ¦ Shalom Bold ¦ U ¦ b ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 102 ¦ Aviv Bold ¦ U ¦ b ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 103 ¦ Nasseem ¦ U ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 109 ¦ Letter Gothic ¦ U ¦ i ¦ ¦ 12 ¦ ¦ ¦ Italic ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 110 ¦ Letter Gothic Bold ¦ U ¦ b ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 111 ¦ Prestige Bold ¦ U ¦ b ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 112 ¦ Prestige Italic ¦ U ¦ i ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 154 ¦ Essay ¦ M ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 155 ¦ Boldface Italic ¦ M ¦ bi ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 157 ¦ Title ¦ M ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 158 ¦ Modern ¦ M ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 159 ¦ Boldface ¦ M ¦ b ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 160 ¦ Essay ¦ M ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 162 ¦ Essay Italic ¦ M ¦ i ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 163 ¦ Essay Bold ¦ M ¦ b ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 164 ¦ Prestige ¦ M ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 167 ¦ Barak ¦ M ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 168 ¦ Barak Bold ¦ M ¦ b ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 173 ¦ Essay ¦ M ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 174 ¦ Gothic ¦ M ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 175 ¦ Document ¦ M ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 178 ¦ Barak ¦ M ¦ ¦ ¦ 18 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 179 ¦ Barak Bold ¦ M ¦ b ¦ ¦ 18 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 180 ¦ Barak ¦ M ¦ ¦ ¦ 15 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 181 ¦ Barak Mixed Bold ¦ M ¦ b ¦ ¦ 15 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 182 ¦ Barak ¦ M ¦ ¦ ¦ 5 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 183 ¦ Barak Bold ¦ M ¦ b ¦ ¦ 5 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 186 ¦ Press Roman ¦ M ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 187 ¦ Press Roman Bold ¦ M ¦ b ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 188 ¦ Press Roman Italic ¦ M ¦ i ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 189 ¦ Press Roman Italic ¦ M ¦ bi ¦ ¦ 12 ¦ ¦ ¦ Bold ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 190 ¦ Foundry ¦ M ¦ ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 191 ¦ Foundry Bold ¦ M ¦ b ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 194 ¦ Foundry Italic ¦ M ¦ i ¦ ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 195 ¦ Foundry Italic ¦ M ¦ bi ¦ ¦ 12 ¦ ¦ ¦ Bold ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 203 ¦ Data 1 ¦ U ¦ ¦ ¦ 13 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 204 ¦ Matrix Gothic ¦ U ¦ ¦ ¦ 13 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 205 ¦ Matrix Gothic ¦ U ¦ ¦ ¦ 13 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 211 ¦ Shalom ¦ U ¦ ¦ ¦ 15 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 212 ¦ Shalom Bold ¦ U ¦ b ¦ ¦ 15 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 221 ¦ Prestige ¦ U ¦ ¦ ¦ 15 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 222 ¦ Gothic ¦ U ¦ ¦ ¦ 15 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 223 ¦ Courier ¦ U ¦ ¦ ¦ 15 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 225 ¦ Symbol ¦ U ¦ ¦ ¦ 15 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 226 ¦ Shalom ¦ U ¦ ¦ ¦ 15 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 229 ¦ Serif ¦ U ¦ ¦ ¦ 15 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 230 ¦ Gothic ¦ U ¦ ¦ ¦ 15 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 232 ¦ Matrix Gothic ¦ U ¦ ¦ ¦ 15 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 233 ¦ Matrix Courier ¦ U ¦ ¦ ¦ 15 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 234 ¦ Shalom Bold ¦ U ¦ b ¦ ¦ 15 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 244 ¦ Courier Double ¦ U ¦ w ¦ ¦ 5 ¦ ¦ ¦ Wide ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 245 ¦ Courier Bold ¦ U ¦ wb ¦ ¦ 5 ¦ ¦ ¦ Double Wide ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 247 ¦ Shalom Bold ¦ U ¦ b ¦ ¦ 17 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 248 ¦ Shalom ¦ U ¦ ¦ ¦ 17 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 249 ¦ Katakana ¦ U ¦ ¦ ¦ 17 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 252 ¦ Courier ¦ U ¦ ¦ ¦ 17 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 253 ¦ Courier Bold ¦ U ¦ b ¦ ¦ 17 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 254 ¦ Courier ¦ U ¦ ¦ ¦ 17 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 255 ¦ Matrix Gothic ¦ U ¦ ¦ ¦ 17 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 256 ¦ Prestige ¦ U ¦ ¦ ¦ 17 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 258 ¦ Matrix Gothic ¦ U ¦ ¦ ¦ 18 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 259 ¦ Matrix Gothic ¦ U ¦ ¦ ¦ 18 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 279 ¦ Nasseem ¦ U ¦ ¦ ¦ 17 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 281 ¦ Gothic Text ¦ U ¦ ¦ ¦ 20 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 282 ¦ Aviv ¦ U ¦ ¦ ¦ 20 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 283 ¦ Letter Gothic ¦ U ¦ ¦ ¦ 20 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 285 ¦ Letter Gothic ¦ U ¦ ¦ ¦ 25 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 290 ¦ Gothic Text ¦ U ¦ ¦ ¦ 27 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 300 ¦ Gothic ¦ U ¦ ¦ S ¦ 17, S ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 304 ¦ Gothic Text ¦ U ¦ ¦ S ¦ S ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 305 ¦ OCR-A ¦ U ¦ ¦ S ¦ S ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 306 ¦ OCR-B ¦ U ¦ ¦ S ¦ S ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 307 ¦ APL ¦ U ¦ ¦ S ¦ S ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 318 ¦ Prestige Bold ¦ U ¦ b ¦ S ¦ S ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 319 ¦ Prestige Italic ¦ U ¦ i ¦ S ¦ S ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 322 ¦ APL Bold ¦ U ¦ b ¦ S ¦ S ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 400 ¦ Gothic ¦ U ¦ ¦ S ¦ 17, S ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 404 ¦ Letter Gothic Bold ¦ U ¦ b ¦ S ¦ S ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 416 ¦ Courier Roman ¦ U ¦ ¦ S ¦ S ¦ ¦ ¦ Medium ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 420 ¦ Courier Roman Bold ¦ U ¦ b ¦ S ¦ S ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 424 ¦ Courier Roman ¦ U ¦ i ¦ S ¦ S ¦ ¦ ¦ Italic ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 428 ¦ Courier Roman ¦ U ¦ bi ¦ S ¦ S ¦ ¦ ¦ Italic Bold ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 432 ¦ Prestige ¦ U ¦ ¦ S ¦ S ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 434 ¦ Orator Bold ¦ U ¦ b ¦ ¦ 8 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 435 ¦ Orator Bold ¦ U ¦ b ¦ ¦ 6 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 751 ¦ Sonoran Serif ¦ T ¦ ¦ 8P. ¦ 27 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 752 ¦ Nasseem ¦ T ¦ ¦ 12P ¦ 18 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 753 ¦ Nasseem Bold ¦ T ¦ b ¦ 12P ¦ 18 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 754 ¦ Nasseem Bold ¦ T ¦ b ¦ 18P ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 755 ¦ Nasseem Bold ¦ T ¦ b ¦ 24P ¦ 9 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 756 ¦ Nasseem Italic ¦ T ¦ i ¦ 12P ¦ 18 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 757 ¦ Nasseem Bold ¦ T ¦ bi ¦ 12P ¦ 18 ¦ ¦ ¦ Italic ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 758 ¦ Nasseem Bold ¦ T ¦ bi ¦ 18P ¦ 12 ¦ ¦ ¦ Italic ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 759 ¦ Nasseem Bold ¦ T ¦ bi ¦ 24P ¦ 9 ¦ ¦ ¦ Italic ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 760 ¦ Times Roman ¦ T ¦ ¦ 6P ¦ 36 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 761 ¦ Times Roman Bold ¦ T ¦ b ¦ 12P ¦ 18 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 762 ¦ Times Roman Bold ¦ T ¦ b ¦ 10P ¦ 15 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 763 ¦ Times Roman Italic ¦ T ¦ i ¦ 12P ¦ 18 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 764 ¦ Times Roman Bold ¦ T ¦ bi ¦ 10P ¦ 21 ¦ ¦ ¦ Italic ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 765 ¦ Times Roman Bold ¦ T ¦ bi ¦ 12P ¦ 18 ¦ ¦ ¦ Italic ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 1051 ¦ Sonoran Serif ¦ T ¦ ¦ 10P ¦ 21 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 1053 ¦ Sonoran Serif Bold ¦ T ¦ b ¦ 10P ¦ 21 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 1056 ¦ Sonoran Serif ¦ T ¦ i ¦ 10P ¦ 21 ¦ ¦ ¦ Italic ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 1351 ¦ Sonoran Serif ¦ T ¦ ¦ 12P ¦ 18 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 1653 ¦ Sonoran Serif Bold ¦ T ¦ b ¦ ¦ 13 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 1803 ¦ Sonoran Serif Bold ¦ T ¦ b ¦ 18P ¦ 12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 2103 ¦ Sonoran Serif Bold ¦ T ¦ b ¦ 24P ¦ 9 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 2304 ¦ Helvetica Roman ¦ T ¦ ¦ S ¦ S ¦ ¦ ¦ Medium ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 2305 ¦ Helvetica Roman ¦ T ¦ b ¦ S ¦ S ¦ ¦ ¦ Bold ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 2306 ¦ Helvetica Roman ¦ T ¦ i ¦ S ¦ S ¦ ¦ ¦ Italic ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 2307 ¦ Helvetica Roman ¦ T ¦ bi ¦ S ¦ S ¦ ¦ ¦ Italic Bold ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 2308 ¦ Times New Roman ¦ T ¦ ¦ S ¦ S ¦ ¦ ¦ Medium ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 2309 ¦ Times New Roman ¦ T ¦ b ¦ S ¦ S ¦ ¦ ¦ Bold ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 2310 ¦ Times New Roman ¦ T ¦ i ¦ S ¦ S ¦ ¦ ¦ Italic ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 2311 ¦ Times New Roman ¦ T ¦ bi ¦ S ¦ S ¦ ¦ ¦ Italic Bold ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 4407 ¦ Sonoran Serif ¦ T ¦ ¦ 8P ¦ *27 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 4407 ¦ Sonoran Serif ¦ T ¦ ¦ 10P ¦ *21 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 4407 ¦ Sonoran Serif ¦ T ¦ ¦ 12P ¦ *18 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 4427 ¦ Sonoran Serif Bold ¦ T ¦ b ¦ 10P ¦ *21 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 4427 ¦ Sonoran Serif Bold ¦ T ¦ b ¦ 16P ¦ *13 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 4427 ¦ Sonoran Serif Bold ¦ T ¦ b ¦ 24P ¦ *9 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 4535 ¦ Sonoran Serif ¦ T ¦ i ¦ 10P ¦ *21 ¦ ¦ ¦ Italic ¦ ¦ ¦ ¦ ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 4919 ¦ Goudy ¦ T ¦ ¦ 6P ¦ *36 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 4919 ¦ Goudy ¦ T ¦ ¦ 8P ¦ *27 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 4919 ¦ Goudy ¦ T ¦ ¦ 10P ¦ *21 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 4919 ¦ Goudy ¦ T ¦ ¦ 12P ¦ *18 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 4939 ¦ Goudy Bold ¦ T ¦ T ¦ 10P ¦ *21 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 4939 ¦ Goudy Bold ¦ T ¦ b ¦ 14P ¦ *15 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 4939 ¦ Goudy Bold ¦ T ¦ b ¦ 18P ¦ *12 ¦ +-----------+--------------------+-------+------------+----------+-------¦ ¦ 5047 ¦ Goudy Italic ¦ T ¦ i ¦ 10P ¦ *21 ¦ +-----------+--------------------+-------+------------+----------+-------¦
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.