Hi,
I found Facelift which can basically generate html headings as images (with "nice font") on the fly. Does something similar exist for Java (couldn't find one myself)?
Cheers, stephanos
Hi,
I found Facelift which can basically generate html headings as images (with "nice font") on the fly. Does something similar exist for Java (couldn't find one myself)?
Cheers, stephanos
Have look at http://swit.kornr.net/ Its for Wicket, but perhaps it can be used without it.
I don't know of any, but you should probably consider a more accessible alternative (non-image) like CSS 3 embedded fonts, which allow any fonts (even TTF, OTF and other common font formats) to be used in the page, while behaving like proper text.
My website, http://azabani.com/ uses CSS3 embedded fonts, so check that out as an example.