[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft] Small advance/spacing problem
From: |
Daniel Wyatt |
Subject: |
[ft] Small advance/spacing problem |
Date: |
Mon, 7 Jul 2008 23:02:42 -0400 |
I'm working on a small library called sfmlTTF which provides me with
the features SFML's sf::String lacks.
But I'm having a small problem.
See this image:
http://i107.photobucket.com/albums/m300/silentdae/Test.jpg
The cyan lines are the x advance.
The bottom string was drawn with my code.
The top string was drawn with someone else's code.
Notice how they aren't aligned exactly the same.
In particular, the advance of the 'i' looks like it's way off.
Both strings were drawn with the same font and same size, neither using kerning.
I have looked through the other person's code plenty but I can't spot
any major differences.
I'm just wondering if anyone could guess why this would happen.
Here is the relevant portion of the code:
http://pastebin.com/m50ab661
- [ft] Small advance/spacing problem,
Daniel Wyatt <=