Page 1 of 1

LC 6.5 rc3 default font?

Posted: Wed Nov 13, 2013 5:53 pm
by DR White
Does anybody know what the default font is for LC 6.5 rc3?

Thanks

David

Re: LC 6.5 rc3 default font?

Posted: Thu Nov 14, 2013 1:24 am
by Mark
Hi David,

Make a new stack with 1 field. Type something in the field and open the message box. Type the following in the message box.

Code: Select all

put the effective textfont of char 1 to -1 of fld 1
and press enter. On Windows 8 I get "Segoe UI" and on Mac OS X 10.6.8 Lucida Grande.

Kind regards,

Mark

Re: LC 6.5 rc3 default font?

Posted: Wed Nov 20, 2013 3:17 am
by DR White
Mark,

Thanks,

David