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:
parent
b28863d8eb
commit
f956f21ce1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue