Alphanumeric font (8x16)

Guest
Hi,

Could anyone tell me where to find alphanumeric font graphics which are
of 8x16 pixels size? I only need fonts of ascii code below 128.
Thanks!
 
On Sun, 19 Dec 2004 17:48:52 -0800, dereklai2k wrote:

Hi,

Could anyone tell me where to find alphanumeric font graphics which are
of 8x16 pixels size? I only need fonts of ascii code below 128.
Thanks!
Frankly, it only takes a couple of hours to draw it yourself. That way,
you don't have to pay anybody any royalties. If you have software that can
read back pixels, you could just use some paint program and grab them.

00010000 = 80h
00101000 = 28h
01000100 = 44h
10000010 = 82h
11111110 = FEh
10000010 = 82h
10000010 = 82h
10000010 = 82h
00000000 = 00h

etc.

Good Luck!
Rich
 
On 19 Dec 2004 17:48:52 -0800, the renowned dereklai2k@yahoo.com.hk
wrote:

Hi,

Could anyone tell me where to find alphanumeric font graphics which are
of 8x16 pixels size? I only need fonts of ascii code below 128.
Thanks!
Try looking at BDF unix fonts if you want a lot of choice. If you have
a Chinese font anyway you could just use that part of it, assuming you
like the appearance of those glyphs.


Best regards,
Spehro Pefhany
--
"it's the network..." "The Journey is the reward"
speff@interlog.com Info for manufacturers: http://www.trexon.com
Embedded software/hardware/analog Info for designers: http://www.speff.com
 

Welcome to EDABoard.com

Sponsor

Back
Top