I just started using the library and it's quite nice, much better alternative than sdl
.
Anyways the issue I'm having is that my text is not being drawn in the right position, it's down right odd imho.
if I use SetPosition(0.0f, 0.0f) it shows in the upper left corner (thats fine)
if I use SetPosition(1.0f, 1.0f) nothing shows (or any other number it seems)
if I use SetCenter(0.0f, 0,0f) it shows at the top left corner just like SetPosition, it doesn't center like you would think
if I use SetCenter with positive numbers it moves it backwards and with negitive numbers it moves it forwards (backwards of what sprites do and what you would expect)
So in other words SetPosition() just seemed wrong in general as it only works on the origin and SetCentered() moves backwards of what you would expect and doesn't actually center it (just uses the top left of that position).
Also Move() seems to have no effect.
Sprites seem to work fine so I figure this is a font specific issue.
Just some general information:
I am including all of smfl in my project (no libs)
Compiler: gcc 4.3.1
OS: Debian (Sid)
Arch: x86_64
SMFL version: 1.3 (latest stable on site, not svn)
So is this just me having a werid issue or am I using fonts/text wrong?
Also is there an irc channel?