[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: printshop font format
On May 10, 3:12 am, Toinet <antoine.vig...@laposte.net> wrote:
> On 9 mai, 13:34, Jonno Downes <jonno...@gmail.com> wrote:
>
> > Does anyone have any specs for the format of font files used by the
> > Apple 2 printshop, e.g. onhttp://mirrors.apple2.org.za/ftp.apple.asimov.net/images/graphics/pri...
>
> I can't find where my PS source code is. IIRC the font format is
> similar to the picture one with all characters put one after the
> other. I've already read some specs file somewhere, I know it exists.
>
> There's a good start here, using Bill Buckel's code:http://www.appleoldies.ca/azgraphics33/mini2rag.htm
>
> antoine
The picture format is a fixed size (both on disk and on screen). The
font files are variable - I assume that there must be a header in the
font file saying what is the height of the font, and the width of each
character.
It would probably not be too hard to work out where that info lives in
the file, just time consuming, so if you were able to find your specs
I'd be happy.
Cheers
Jonno