Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Unicode font for Windows available that is as complete as Arial Unicode MS, but free, even for commercial use? [closed]

I have to distribute a legacy application for Windows that unfortunately does not support Font Linking, but is supposed to support many language cultures, including all east Asian languages. The perfect font for that purpose would be to use Unicode MS, which is part of Microsoft Office, which is not part of my target systems. So I would have to obain a license for Arial Unicode, which is currently no option.

So I am looking for a free Unicode font, that covers the same range that Arial Unicode MS does, but which may be freely distributed, even in a closed-sorce commercial project. Is there any such font available at all?

like image 913
Erik Avatar asked Jan 12 '12 06:01

Erik


People also ask

How do I get Arial Unicode MS font?

TTF file (the Arial Unicode MS font) needs to be in the PC's ./Windows/Fonts directory. It is not included in any version of Windows. It needs to be imported. If you have it in your Windows 7 ./Windows/Fonts directory, you can copy it from there to your Windows 10 ./Windows/Fonts directory.

What is the closest font to Arial Unicode MS?

Use the DejaVu font, which is an extension of Bitstream Vera.

Is Arial Unicode MS the same as Arial?

Arial Unicode MS also includes Hebrew glyphs different from the Hebrew glyphs found in Arial. They are based on the shapes of the Hebrew glyphs in Tahoma, but are adjusted to the weight, proportions and style of Arial.

What is the most complete Unicode font?

The hands-down most comprehensive coverage would be Roman Czyborra's GNU Unicode Font project. It is intended to collect a complete and free 8×16/16×16 pixel Unicode font. It currently covers 34,445 characters (out of ~40,000+ defined characters).


1 Answers

The Code2000 font has almost full coverage of the Basic Multilingual Plane (much larger than that of Arial Unicode MS, though perhaps without some of its characters in its modern versions). It is available e.g. from http://www.alanwood.net/downloads/. However, there are several issues with it:

  • Its status is unclear. It used to be shareware, with a registration fee of $5 or so, but the author’s web site is down, and it is not clear whether it was he who made the font available at SourceForge as freeware.
  • It’s a serif font, which might not suit your overall visual design.
  • It’s not typographically ambitious (to put it diplomatically).
  • It has been designed to work with font smoothing and may look like crap without it (not much of a problem these days I guess).

Yet, it seems to best match the description. There are many other fonts that might be considered, see http://en.wikipedia.org/wiki/Unicode_font#List_of_Unicode_fonts, but they have more serious drawbacks for most uses (e.g., monospace design or bitmap format or limited character repertoire).

like image 177
Jukka K. Korpela Avatar answered Nov 02 '22 23:11

Jukka K. Korpela