Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2003 15:28:18 +0100
From:      phk@freebsd.org
To:        Jonathan Belson <jon@witchspace.com>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Tool for creating .fnt files? 
Message-ID:  <7307.1043591298@critter.freebsd.dk>
In-Reply-To: Your message of "Sun, 26 Jan 2003 14:21:56 GMT." <3E33EF04.9080500@witchspace.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <3E33EF04.9080500@witchspace.com>, Jonathan Belson writes:
>Hiya
>
>
>Is there a tool for creating the .fnt files that syscons uses?  They
>appear to be uuencoded binary files but I can't find out any info on
>the file format.

It's a raw bit-map font, this is from iso-8x14:

	Hex	Binary
	18	00011000
	3c	00111100
	3c	00111100
	3c	00111100
	18	00011000
	18	00011000
	00	00000000
	18	00011000
	00	00000000
	00	00000000
	00	00000000
	00	00000000

	66	01100110
	66	01100110
	66	01100110
	24	00100100
	00	00000000
	00	00000000
	00	00000000
	00	00000000
	00	00000000
	00	00000000
	00	00000000
	00	00000000
	00	00000000



-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7307.1043591298>