Helvetica Neue and OSX development for Android

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
GSA_DC
Posts: 35
Joined: Thu Nov 27, 2014 2:07 pm

Helvetica Neue and OSX development for Android

Post by GSA_DC » Mon Apr 03, 2017 9:43 pm

Hi all.

Hope someone may have run into this already. I am trying to implement an Android app in OSX which uses Helvetica Neue and Helvetica Neue Bold. Livecode asks for ttf fonts for mobile deployment. In OSX Helvetica Neue is a dfont file. I don't have a ttf version. I thought that using a ttf version of the font in OSX instead of the dfont version would allow me to 'swap out' the font and allow it to show in Android so I got a hold of a ttf version to test (not entirely sure of copyright issues with this - it's a licensed font but some Helvetica Neue.ttf files were scattered on the internet - I would buy it if necessary). Problem is that OSX uses Helvetica Neue so it can't be temporarily disabled or removed so I can't use it - after compiling to Android it doesn't 'map' successfully. So it seems I have no way of creating an app with Helvetica Neue on Android.

Any workarounds?

Kind regards, Paul.

jiml
Posts: 339
Joined: Sat Dec 09, 2006 1:27 am

Re: Helvetica Neue and OSX development for Android

Post by jiml » Tue Apr 04, 2017 9:27 pm

FreeSans?
https://www.gnu.org/software/freefont/index.html

Helvetica Neue on top GNU FreeSans on bottom:
Image

Jim Lambert

GSA_DC
Posts: 35
Joined: Thu Nov 27, 2014 2:07 pm

Re: Helvetica Neue and OSX development for Android

Post by GSA_DC » Wed Apr 05, 2017 3:51 pm

I'll look into that. Thanks Jim!

Post Reply