[A83] Re: Special ram areas?
[Prev][Next][Index][Thread]
[A83] Re: Special ram areas?
>
> > Enough room for fonts...
> > Well, I actually *have* to do it, because I want to use hooks. But I
> want to
> > have external fonts, which can't be made applications. Hehehe, yes it is
> > possible, but it will be of no use then...
>
> They cant' be made app's, but maybe they can be made into your app....
I know, but it won't be possible to add new fonts without having to compile
a whole app.
> Explanation:
> What I mean is that you could have a font description like this:
> .db "FONT" ; or anything that identifies this as a font, must be the same
I was thinking of .db "zCalcFont" (z=zeekoe)
> ; for
> ; all fonts
> .db "name" ; fixed_length name
> ...font data...
> .db "END_FONT" ; or whatever constant you want to identify the end...
>
> you could make a program or script that takes the font data, and put's it
> into your app at the end, then sign it, ready to be put onto the calc...
> Another script/program might be able to remove specific fonts. an then
> re-sign
> it.
>
> In your app, you'd need to put a label at the end, and let a routine
> search for
> fonts from that label on...
> If the first thing after that label isn't the start_font constant, there
> are
> no external fonts...
>
> Only problem with this is that you'd need to re-install the flash app
> every
> time you add a new font.
> A good thing is that the user can use the "free" space in the app for
> fonts,
> instead of letting it go to waste.
I ask hereby: has anyone got fonts for me which I can use in the app?
Also, I want to put an option "RIGView pic of me" in it, and maybe some
other pictures.
> --Peter-Martijn
>
>
>
> > --
> > Ronald Teune @School
> > http://www.zeekoe.cjb.net
> > http://ti.zeekoe.cjb.net
> > Anything that's good&useful is made of chocolats
> >
> > Sent through GMX FreeMail - http://www.gmx.net
> >
> >
>
>
>
--
Ronald Teune @School
http://www.zeekoe.cjb.net
http://ti.zeekoe.cjb.net
Anything that's good&useful is made of chocolats
Sent through GMX FreeMail - http://www.gmx.net
Follow-Ups:
References: