Revert "Font: Adhere to spec and set Font.default_name to "MS PGothic""

This reverts commit c9423164d4.

Turns out the spec was not adjusted correctly for the
English RGSS version; the de facto default is "Arial"
after all.
This commit is contained in:
Jonas Kulla 2014-01-26 08:06:54 +01:00
parent b28863d8eb
commit f956f21ce1
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ struct FontPrivate
{}
};
std::string FontPrivate::defaultName = "MS PGothic";
std::string FontPrivate::defaultName = "Arial";
int FontPrivate::defaultSize = 22;
bool FontPrivate::defaultBold = false;
bool FontPrivate::defaultItalic = false;