OpenOrienteering / mapper

OpenOrienteering Mapper is a software for creating maps for the orienteering sport.
https://www.openorienteering.org/apps/mapper/
GNU General Public License v3.0
400 stars 106 forks source link

Use alternative font on non-Windows OS #739

Open ghost opened 8 years ago

ghost commented 8 years ago

In most cases Linux distributives not include Arial, because its proprietary commercial font.

So, propose make Mapper functionality for automatically detect if Arial presented in OS and if not, then try use nearest free alternatives (that in most cases already installed in Linux)

Another way is creating tab in settings dialog like in LibreOffice

REFERENCES:

dg0yt commented 8 years ago

Or https://benperove.com/install-microsoft-truetype-fonts-in-fedora-and-ubuntu/

ghost commented 8 years ago

@dg0yt, I don't think that is fully legal, but anyway Mapper at least must give a warning message if in openned map used fonts, that not installed and ask what fonts use as alternative.

I dont want confirm full EULA of MS only for using one font. http://askubuntu.com/questions/134549/is-it-legal-to-install-msttcorefonts-package-is-wine-legal

Hope, you understand what I meant.

Abbe98 commented 8 years ago

It's legal to install the fonts but it's not legal to bundle them within other software.

I guess it would be enough to just provide a hint to the solution by @dg0yt in the manual?