Tagged Questions
4
votes
1answer
438 views
Uniscribe Kerning
At work, I have been tasked with improving the text rendering of our application to better support text character kerning. Our application generates images that appear on Television, so image quality ...
3
votes
2answers
346 views
Silverlight letter-spacing
What's the easiest way to manage letter-spacing, kerning or tracking in Silverlight?
I currently have big titles in Arial that just have too much space between the letters.
thanks
2
votes
0answers
185 views
Get kerning offset value for given character pair and font in .NET
How can I get kerning adjustment of space between 2 given chars in .NET? In WPF application?
For example, lets say I have font Times New Roman of size 22 that is bold. What kerning will be used for ...
2
votes
5answers
2k views
How to stop rxvt from spacing fonts miles apart?
I installed the latest release of MinGW/MSYS, and I like to use rxvt terminal over the boring windows command prompt. But this new build spaces the letters too much: most fonts I have tried are messed ...
2
votes
2answers
907 views
Accessing font kerning information in Java2D
Little background..
I'm in the process of making an OpenGL game using Java and LWJGL. I've written a TextRenderer-class that renders text using cached pages of glyphs. The glyphs itself are rendered ...
1
vote
1answer
271 views
iPad/iphone font leading and kerning
I've searched on the Internet but can't find definite details.
Is there anyway to specify leading and keening for uilabels, textfields or textviews?
I could create custom fonts for each leading and ...
1
vote
1answer
968 views
Extracting Glyph Kerning Information C++
After asking my previous question about Uniscribe glyph kerning, and not yet receiving an answer, plus further reading on google etc, it seems Uniscribe may not support extracting glyph kerning ...