When I launched it, it came up and appeared to run okay, but with one major exception - I was confronted with a totally unexpected anomaly involving the size of the included fonts. They display out of scale with the rest of the screen graphics objects! They are way too big. BTW - This causes problems with my graphics routines that use 'FillArea(X,Y)' commands since the text will break the bounding color and allow the filled background to leak out.
Note: - I am using the PB 'Windowed Screen mode' with the resizable screen flag enabled. When I drag the window edge around everything resizes just as you would expect - including the relative text font size. But the font is always scaled way larger than its underlying graphics, even though it does resize in coodination with any window resizing. As far as I can tell, this font problem is the only issue I have when running the 'exe' on my chosen testbed - 'XP' 32-bit Dell laptop. I wonder if a difference in screen resolution could be part of the problem(?).
These fonts (3 of them) are embedded using the 'IncludeBinary()' data method. This is desirable in order to make the executable file portable. The font size is set using the "LoadFont" command.
By way of comparison, this did NOT appear to be an issue when I ran this 32-bit (x86) program on my two Win7 64-bit computers - all was fine. I was about to conclude that the issue is unique to 'XP', but just recently I ran a 64-bit version on a family member's Win7 machine (a Gateway) and it also had this font problem as well. So now I'm really
Can anyone help to shed some light on this? Many thanks!


