Font Size

Hi
If i have a labelEx , i set the font size to 9
Now i want to add data to another LabelEx at run time like
However i don't get the exact size as the Label set with Font, property Size = 9
How do i do this?
Eric
If i have a labelEx , i set the font size to 9
Now i want to add data to another LabelEx at run time like
- Code: Select all
IWLabelEx.TextEx.Add(Format('<font size="9" color="#808080">%s</font><BR>',[DateToStr(LastDate)]));
However i don't get the exact size as the Label set with Font, property Size = 9
How do i do this?
Eric