Printing barcodes
I've just posted a new article:
Printing barcodes from your application is quite easy, as long as you get to know a simple algorithm (for the specific barcode symbology you're interested in) and you have a valid font file. Searching via Google on this subject is sometimes hard enough, because the top results come for commercial components or font distributors.
In this article, I present a simple implementation for the code 128 specification, with the corresponding true type font file.
Read the entire article and get the code and the ttf here: Printing BarCodes