Windows & Macs: Common Fonts

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
townsend
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 430
Joined: Sun Feb 13, 2011 8:43 pm

Windows & Macs: Common Fonts

Post by townsend » Wed Jun 27, 2012 4:41 pm

A while back, I was testing an Android app, and noticed that the fonts I used on my desktop, looked different on my phone. My guess is the Android OS tries use a font, which best approximates the font used in the desktop IDE.

Now I have an desktop app which is to be deployed on both Windows and Mac machines. Right now I don't have a Mac, and I'm concerned the fonts used in my buttons, and the fonts I allow the user to select, might not match correctly between Windows and Mac environments.

Is there a list of fonts common to both Windows and Mac machines?
Or, can anyone suggest a few that reliably match, to get me started?

gpb01
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 281
Joined: Sat Jun 04, 2011 5:41 pm

Re: Windows & Macs: Common Fonts

Post by gpb01 » Wed Jun 27, 2012 7:11 pm

If you search "Google" for "mac windows fonts common" you can find a lot of reply, like : http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html

Guglielmo

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

Re: Windows & Macs: Common Fonts

Post by Mark » Wed Jun 27, 2012 8:53 pm

Hi,

My approach is to make sure that my software runs correctly, regardless of which fonts are used. Usually, I use Arial or Tomoha on Windows and Lucida Grande on Mac, because those are default fonts that are always available and are often used in interfaces. If you want to use the same font everywhere, you might want to use Bitstream Vera, which you can include with your software.

If you decide to distribute a font with your software, you could use Installer Maker to install the font correctly.

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

townsend
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 430
Joined: Sun Feb 13, 2011 8:43 pm

Re: Windows & Macs: Common Fonts

Post by townsend » Thu Jun 28, 2012 2:25 pm

Thanks Guglielmo-- that's exactly what I was looking for.

And Mark-- YES-- I will definitively be using Installer Maker!

Post Reply