robinbloke: (Clik-a-clak typing)
robinbloke ([personal profile] robinbloke) wrote2007-05-15 11:17 am

Font help?

Argh and brain melt.

I am trying to find a diagram that I know exists somewhere on the interweb; it is very similar to this one...



but it also includes information for accent characters placed above the top of capital letters; has anyone seen it or know where I can find it?
gerald_duck: (necro)

[personal profile] gerald_duck 2007-05-15 10:37 am (UTC)(link)
Noooooo!

Font rendering is currently my life!

Right this instant, reading LJ is a displacement activity from veneering over the SDL_ttf library so I can convert TrueType fonts into bitmaps optimised for our display.

Some displacement activity it's turning out to be. Grumble.

(No, I've not seen a similar diagram with diacritics in it. My rendering engine is much simpler: each glyph just has an image, an offset vector (where to put the image relative to the cursor point) and an advance vector (what to add to the cursor point). There's some elegant cunningness in the metrical system that lets us lay out text nicely but if I told you that I'd have to kill you. In fact I've already said too much, so maybe I should kill you now…

[identity profile] robinbloke.livejournal.com 2007-05-15 10:39 am (UTC)(link)
If you kill me, I shall but chant font metric characteristics at you so the words will haunt your dreams forever ;)
gerald_duck: (howard)

[personal profile] gerald_duck 2007-05-15 10:43 am (UTC)(link)
I have an occult firewall. And the Bayesian filter in my ouijaassassin would cotton on pretty quickly…
ext_8559: Cartoon me  (Default)

[identity profile] the-magician.livejournal.com 2007-05-15 12:55 pm (UTC)(link)
No, but I do like this glossary
http://www.fontfactory.com/glossary.php

[identity profile] robinbloke.livejournal.com 2007-05-15 01:14 pm (UTC)(link)
Potentially useful; thanks!

[identity profile] the-mendicant.livejournal.com 2007-05-15 09:38 pm (UTC)(link)
Am I even going to understand the answer if I ask you what you need it for?

[identity profile] robinbloke.livejournal.com 2007-05-16 06:45 am (UTC)(link)
It's not that bad at all actually; it's all about determining where the 'top' of a font/glyph is. :)

[identity profile] surje.livejournal.com 2007-05-16 09:47 pm (UTC)(link)
yes you've got to be careful when your accents go outside your em-box.