LC 6.5 rc3 default font?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

LC 6.5 rc3 default font?

Post by DR White » Wed Nov 13, 2013 5:53 pm

Does anybody know what the default font is for LC 6.5 rc3?

Thanks

David

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: LC 6.5 rc3 default font?

Post by Mark » Thu Nov 14, 2013 1:24 am

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
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

Re: LC 6.5 rc3 default font?

Post by DR White » Wed Nov 20, 2013 3:17 am

Mark,

Thanks,

David

Post Reply