Tagged Questions

4
votes
1answer
442 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
1answer
262 views

Modifying the kerning in System.Drawing.Graphics.DrawString()

I'm rendering text onto an image using the System.Drawing.Graphics class, and the DrawString() method. I need to generate the text for this image in a very specific way so that it exactly - pixel for ...
1
vote
0answers
117 views

How do applications like Firefox calculate text height efficiently?

I'm curious about what technique fast applications (maybe Safari is a better example here) do to calculate the height of a terribly long page of text (for example, a chat log or a huge document). ...