Unicode font for Navigtor for windows and 3-rd party license distribution mechanism (issue 2333 comment 41)

This commit is contained in:
michael
2014-05-29 20:37:41 -04:00
parent b5eb289806
commit e02fcf497b
7 changed files with 211 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ Navigator::Navigator () {
Glib::ustring fontname;
#ifdef WIN32
fontname = "Lucida Sans Typewriter";
fontname = "Droid Sans Mono Slashed"; // font file is provided in the source tree in rtdata/fonts to be installed by the windows installer
#endif
#ifdef __linux__