How do I embed leading and kerning codes such as:
Need to change the leading between a two line label.
Thanks in advance!
How do I embed leading and kerning codes such as:
Need to change the leading between a two line label.
Thanks in advance!
Hi,
why don’t you define a style sheet in the header of your html…
.twolinelabel {line-height:18px;}
then use something like
class=“twolinelabel” or
class=“onelinelabel” in your main body depending on your label…
Also, bear in mind that the Sun HTML renderer only does a subset of CSS. Maybe it will be better on Java 1.5?
HTML is definitively better in Java 1.5, although it is faaar from perfect.