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

This commit is contained in:
Jonas Kulla 2014-01-04 12:58:03 +01:00
parent a8bff666eb
commit c9423164d4
1 changed files with 1 additions and 1 deletions

View File

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