harryos hi i am reading thru a book on digitizing text lines using c code.They use a font data file containing unsigned char fonts [][16] with elements like 0x00,0x7e,0x81 etc to represent each character .After a text line is scanned 16 times the equivalent codes are stored in an unsigned char[] bitImage. Now the digitized line stored in bitImage is taken ...