So I’m using a GUISkin for most of my buttons and those are displaying just fine, however my GUI boxes and labels are messed up. For the 4G and iPad they appear normally, I’m using 2 different sized fonts to fix the dynamic font issue with iPhone. But when I go to the 3G suddenly the text on the Labels seem to explode in size, as well as any images used. On the other hand the GUI box seems to shrink. Though it just may be the size of the screen making it look smaller.
Anyone recognize what this problem might be? I am using percentage math by multiplying screen width and height by a fraction so the size SHOULD stay consistent on all devices.
Mobiles don’t support dynamic fonts at all, only baked fonts with font textures. As such you will either have to waste resources on the low end device by having it all int he retina / high res resolution (if possible at all) oryou need 2 fonts, one for high res, one for low res
Seems I’d need to make a separate project because as far as I know there’s no way to tell the difference between a 3G and 4G device.
I am using 2 different fonts. They’re the same font, different sizes. It fixes the dynamic issue on 4G and the sizes remain proportional on both the 4G and iPad. However on 3G, those sizes are scaled even bigger.