I have a POS (smart device) with Windows CE 5.0, that has a printer , and i'm developing software by .NET CF and C++ on it using its SDK libraries.
In order to change printer's font, i should send it a buffer-pointer to a 12 * 24 dot font format, and the manual says that the font buffer size should be:
(2*24 bytes) * 256 code = 12,288 bytes.
what does it mean? what's the name of this format?
how can i create a buffer for custom font? is there any creator/editor software or sample code?

link|improve this question

32% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.