Mobile app version of vmapp.org
Login or Join
Kristi927

: I want to use Helvetica Neue in my Android application. Where do I buy the appropriate license? I'm having a heck of a time getting a straight answer for this. Hope somebody here can help!

@Kristi927

Posted in: #Android #FontLicensing

I'm having a heck of a time getting a straight answer for this. Hope somebody here can help!

If I'm a small commercial company that's creating an Android application for a paid service, what sort of license do I need to buy to legally use Helvetica Neue (and a couple other variations of Helvetica)?

Where do I buy it?



Edit: I got the following response when inquiring about purchasing:


Thank you for the inquiry. We have a special license for mobile
developers that enables them to distribute fonts in a title for two
years of the title for a paid-up license fee. We can provide you with
a license to distribute the Helvetica Neue regular, medium, light,
bold and Italic fonts with unlimited units of a single application
title only on the Android platform for ,250. This is fee for two
year distribution of the font in that title. There are no unit
reporting requirements under this license. If you also want to include
the iOS platform the license fee would be ,750 instead of ,250.

The license fees include warranty and indemnification from Monotype
Imaging. Please let me know if you have any questions or if you would
like to proceed with a license. We look forward to working with you.

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Kristi927

3 Comments

Sorted by latest first Latest Oldest Best

 

@Courtney577

The .ttf file itself is what guides your usage. That is the font.

A jpeg of the text is a static image. which you do not need a license because no one can own a letter shape. However the font file as the OP is asking about is what th license will cost to ship Monotype's font IP

Taking the font file off of your computer and putting it in an app on a server; steaming it with @font face or in a car will require a license.

Some are paid up some are royalty bearing.

They do offer cheaper ones online, but you get no warranty or indemnification so a lawsuit (in the event you use it outside of the license) is all on you and Monotype/Linotype will no step in to fend off the suit.

Open source is greta until you get big and make money. That k license fee is cheaper than legal fees.

10% popularity Vote Up Vote Down


 

@Kristi927

Font foundries typically license their fonts under either a "Desktop" license, or a "Web font" license. The desktop license only allows you to use the font on your own computer (or, a certain number, such as 5, computers your own). You may not embed it in an application or document that you are selling/giving out, even if it has been converted into another format.

The web license is intended for letting you embed the font in a website and distribute it, but usually only on said website, though its definitions might extend to an Android app, but they also might not - you'll actually have to read the license. Thankfully, font licenses aren't usually impossibly difficult to read. Typically there are terms in it that are relatively specific about what kind of embedding you're allowed to do, what formats and mediums, and how many (for instance, how many visitors per month your site gets).

I suspect that you may have to contact the font foundry directly to obtain a license or make your enquiry.

You may well find that licensing such a big name font as Helvetica Neue is going to be too expensive to justify it.

10% popularity Vote Up Vote Down


 

@Radia289

The font itself (with its variants) can be bought from Linotype. Font licences change depending on the foundry, and also depending on use. You will for sure need to buy at least one license for commercial use. But as always with font licensing, it's best to ask the foundry directly, as each one is different.

From softwareengineering.stackexchange.com/questions/102925/using-fonts-in-your-applications:

"If you bundle a font with your app, you have to take care to comply
with any license terms under which that font is published. If you buy
a font for personal use from Adobe, you are not license to
redistribute it (...) You will only need to obtain patent licenses if
you yourself provide the code that translates a font's data file into
a screen glyph. If you are using the type rendering engine that is
built into your mobile device's operating system then you don't need
to worry about the patents."


That being said, if you need a free font, an excellent alternative is Liberation Sans.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme