VOGONS


First post, by lucky7456969

User metadata
Rank Oldbie
Rank
Oldbie

Hello,
After changing font with fontedit, it falls back to default when returning to the prompt (after a game)
Are there anyways to make it stay resident?
Thanks
Jack

Reply 1 of 2, by VileR

User metadata
Rank l33t
Rank
l33t

I'm assuming you mean the .COM font loaders that Fontedit creates. They're not "resident" in the usual sense because they're loaded into EGA/VGA video memory rather than program RAM. So it depends on what real graphics hardware would do when you exit a game (that is, changing back to text mode).

now, I THINK that changing modes (on real EGA/VGA hardware) always reloads the default ROM font for the target mode. Maybe this behavior differed across manfuacturers / chipsets, but if I'm right, then fonts created with Fontedit shouldn't normally persist after exiting a game. Maybe there are actual TSRs that help with this.

Reply 2 of 2, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

The app would have to hook int10 (and probably seek to the last non-rom hook
as some tricky TSRs do) which this one may or may not do (/do correctly).