New to Typophile? Accounts are free, and easy to set up.
I'm working on a typeface that will be used to display pretty small sizes, 8-12 pt mostly, and I'm trying to get the hinting right.
As it stands, the face looks very readable and nice in one of the sizes, in the others the x-height fluctuates, creating a very irregular horizontal texture.
I've been trying to figure out Type 1 hinting, allthough as of yet the results have been disappointing. Before I plunge myself deeper down that rabbit hole, I thought I might ask you guys if I should switch to the (seemingly more complex) True type hinting, or if you think i should be able to get proper results with T1?
Regards,
S.
2 Dec 2009 — 9:57am
To use T1 or TT Hinting depends on the platform where you use the font. For Windows you probably need to go for TT hinting, MacOSX is happy with T1.
For the x-height fluctuation, you need to get the alignments zones right and add some ghost hints.
Georg
4 Dec 2009 — 5:07am
The font will be rendered with the freetype engine, on all platforms.
Thanks for the height fluctuation tip Georg :)
4 Dec 2009 — 8:35am
I think you need to find out if the implementation includes all font formats and that the implementation does or does not use hints/instructions, ideally before you hint anything.
Cheers!
7 Dec 2009 — 3:52am
Does Freetype include TrueType hinting routines or are these still being suppressed due to Apple's licensing restrictions?
7 Dec 2009 — 4:44am
Yes (and no).
The default build setting is to use its own auto-hinting. For those inclined to take a liberal view to copyright issues, you can rebuild the library with that version of TT hinting. See Freetype and Patents.
An overview of hinting technologies can be found one the same site: The FreeType Auto-Hinting pages.
7 Dec 2009 — 5:50am
>... Apple’s licensing restrictions?
A legal myth with great legs.
Cheers!