FONTLOG for the Web 3 Of 9 ASCII font.

This file provides detailed information on the Web 3 Of 9 ASCII Font Software. This information should be distributed along with the Web 3 Of 9 ASCII font and any derivative works.

Basic Font Information

Web 3 Of 9 ASCII is a machine readable implementation of the Code 39 classification of barcodes. This font contains the full set of American Standard Code for Information Interchange (ASCII) characters including all control codes and printable glyphs. (Unicode: U+0000 - U+007F.)
Web 3 Of 9 ASCII is designed with the integration into web applications, via Cascading Style Sheets (CSS), in mind.

Usage

Code 39 Full ASCII is standard barcode which most barcode scanners can read. Text is encoded using the control character *. Scanners will search for * at the start and end of the text to determine where to start and stop reading, but will not return the *'s.
Example: A barcode with the text "*Hello World!*" will return the text "Hello World!".
Note: Because * is used to encode the text, it cannot be included in the text itself.

CSS

Several file types are included in this package for browser compatibility.
Save the appropriate files locally to your web application, and include a style sheet in the chosen directory using the "@font-face" keyword.
Example:
#Style Sheet#
@font-face
{
    font-family: 'Web3Of9ASCII';
    src: url('Web3Of9ASCII.woff');
}

.barcode
{
    font-family: Web3Of9ASCII;
}
#Code#
<div class="barcode">
    *Hello World!*
</div>

Web References

http://en.wikipedia.org/wiki/Code_39
http://en.wikipedia.org/wiki/ASCII
http://www.w3schools.com/cssref/css3_pr_font-face_rule.asp
http://scripts.sil.org/OFL

ChangeLog

2014 Nov 06 (Nathaniel Reeser) Web 3 Of 9 ASCII Version 1.0
- Initial release

Acknowledgements

This font was created using FontForge (http://fontforge.org).
Original design considerations for this project from studying:
"Free 3 of 9 Extended" Copyright (c) 1997 Matthew Welch.

If you make modifications be sure to add your name (N), email (E), web-address (if you have one) (W) and description (D). This list is in alphabetical order.

N: Nathaniel Reeser
E: nathaniel.reeser@gmail.com
D: Designer - Original Symbol Design