Type Tester Tool
I am looking for a simple Type Tester to put on my website.
I have seen the threads here about the Bombsites “Texter”, but are there any moore of these tools out there?
Or are maybe all custom built for each specific Foundry that has one?
Any info on this is most certainly welcome :)
Thanks / Göran









7.Oct.2006 10.30am
I think most type testing applications on websites are custom built using Flash and ActionScript
7.Oct.2006 12.33pm
Adobe’s is custom built, and uses our own core type rasterizer.
T
7.Oct.2006 1.23pm
The bad part thing about regular Flash testers is that it is very easy to convert the .swf to a .fla – and then you got a copy of all embedded letters. They are a little bit worse in the bezier curves of course, but still – it is rather easy to “steal” them, unfortunately.
I would feel much better if the font was shown on the webpage using some other technique, like Thomas is mentioning. Some technique that produces gif’s or jpg’s instead.
If anyone know anything more about this, please drop a few lines :)
7.Oct.2006 1.46pm
goran, believe me, its easier for most people to get “40’000 professional fonts” including linotype gold and adobe fontfolio with some filesharing-application in an hour than rip (corrupted) vector data from an swf.. and everybody that will do that will never pay for your fonts anyway.
if you want gifs though, there’s a way via php. but as far as i know, kerning isnt possible with that.
7.Oct.2006 2.02pm
Well, you definately got a point there, Kesh ;-)
Please, tell more about the php-way.
7.Oct.2006 2.10pm
i dont know much about php, i think its gdlib which does this or something similar. there have been threads about it here.
7.Oct.2006 8.00pm
LetterSetter
As for the PHP solution, AFAIK it’s limited to TrueType fonts. Here’s the function you’d have to use: imagettftext
11.Oct.2006 5.34am
I’ve stumbled upon the FreeType project, and by reading a little about, it seems like one could do a typesetter based on it somehow. Freetype 2 functions with both Opentype, postrcript and truetype as I read.
The hard part is of course to make it work together with PHP or CGI, and that is something that I wont even try to learn ;)
Though this one is rather ugly, it works with FreeType v.1 – so i guess it could be built on FreeType 2 aswell? It’s exactly what I’m looking for, but need to get some help builiding it :)
http://mbox.troja.mff.cuni.cz/~peak/ftdemo/index.cgi
11.Oct.2006 6.16am
Goran,
I’m working on a type testing application using flash. It’s XML based, so it’s simlpe to update with new fonts. It might be the sort of thing your looking for ?
TypeTest
11.Oct.2006 12.50pm
Simon, your Type Tester look great! Nice the way you did the size-changing tool. What does the XML part add to the tester?
11.Oct.2006 2.59pm
Well this is just a test type Tester to organize the code, but the XML will control the weight buttons and what font to load so I could use the same movie for different fonts. The XML will determine how many weights there are, and load the correct weight relating to that button. The XML could also be used to load predefined content, so you could have character set or phases like “The quick brown fox jumps over the lazy dog “
11.Oct.2006 10.42pm
Very interesting, Simon. Is it something you could consider sharing with the world?
11.Oct.2006 11.09pm
It’s something I’ve just started working on, but if I get it working and packed correctly, then yes I could share it. I wouldn’t want to let other poeple use it till it was fool proof.
11.Oct.2006 11.50pm
Great.
12.Oct.2006 12.02am
I’ll keep you posted
12.Oct.2006 7.36am
Dear Thomas,
If your Online Typesetter uses your core type rasterizer, why does it not handle GSUB features such as ligatures and contextual alternates? Seeing all of Robert’s wonderful work on GARAMOND PREMIER PRO without ligatures is a tragedy. You have the best engine in the business. Use it! Using CoolType in the way that you are is, as my father would say, “like buying an Aston Martin and never driving it!”
Sorry I missed your assorted lectures in Lisbon. Deadlines called!
Sincerely,
Randolph T. Burke
19.Oct.2006 12.00am
Try http://www.glyphgate.com/