> Hello,
>
[quoted text clipped - 10 lines]
> On the one hand I haven't found something yet, but on the other hand I'm
> not really sure what to look for.
(1) Learn the proper terminology by going to
http://en.wikipedia.org/wiki/Tracking_%28typography%29
(2) Perform a google search for "tracking java font"
(3) Read
http://download.java.net/jdk6/docs/api/java/awt/font/TextAttribute.html
(4) Profit!!!
- Oliver
Marten Lehmann - 31 Jul 2006 17:57 GMT
> (1) Learn the proper terminology by going to
> http://en.wikipedia.org/wiki/Tracking_%28typography%29
> (2) Perform a google search for "tracking java font"
> (3) Read
> http://download.java.net/jdk6/docs/api/java/awt/font/TextAttribute.html
> (4) Profit!!!
Thanks. Seems that I have to wait for JDK1.6 to be released until I can
use this feature.
Oliver Wong - 31 Jul 2006 18:31 GMT
>> (1) Learn the proper terminology by going to
>> http://en.wikipedia.org/wiki/Tracking_%28typography%29
[quoted text clipped - 5 lines]
> Thanks. Seems that I have to wait for JDK1.6 to be released until I can
> use this feature.
Yes, unfortunately. However, you can download the betas right now if you
want to start development early.
- Oliver