var fDesc=new Array(); fDesc[0] = "ANSI X3.49-1975 (R1982) describes the nominal shapes, sizes, and printing positions of OCR-B characters. Most part of OCRB is identical to what is defined by ECMA-11.
Barcodesoft OCR-B font is also compatible with ISO 1073-2:1976 standard.

Barcodesoft OCR-A and OCR-B fonts support Euro banking specifications and are compatible with USPS specification.
Barcodesoft OCR-A OCR-B fonts are available in true type, PostScript and PCL formats and can be embedded into Adobe PDF files.
Barcodesoft OCR-A and OCR-b font package contains the following font files: OCRA I, OCRA III, OCRA IV, OCRB I, OCRB II and OCRB IV."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }