> TEdit is a native Windows control, and by default Windows will choose
> the adequate font. The font differs between different Windows
> versions. The default font under XP is Tahoma, as explained here:
> 
> http://wiki.lazarus.freepascal.org/LCL_Unicode_Support#East_Asian_langu
> ages_on_Windows

I know, but this does not apply to Carbon on Mac, so I'll try to find a way
to obtain the default font name through an API call from a Mac installation,
and use this information to apply the same font name to label components.

Thanks,
Normann

> TLabel is not a native control. It is drawn by LCL, so LCL chooses the
> font by default. I don't know which font LCL uses by default for
> TLabel.



_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to