aphadeon / OpenGame.exe

A custom Ruby-powered game engine that supports RPG Maker games.
24 stars 10 forks source link

Font size mismatch #9

Closed aphadeon closed 7 years ago

aphadeon commented 9 years ago

I have tried my best to get font sizes to match. I am not sure why the metric scales so differently for me. I have it "close" for most common sizes, but it's still off. And the difference becomes far more pronounced as sizes increase.

I am rendering the font to a texture, which is then rendered to a textured quad which is drawn from the screen - but the projection for all of these is set up in screen space, so I would expect that pixel metrics would match. Clearly, I expect wrong.

aphadeon commented 9 years ago

This issue presents itself quite dramatically in XP's in-game menu- to the point where it I would consider it unplayable.