Font: Adhere to spec and set Font.default_name to "MS PGothic"
This commit is contained in:
parent
a8bff666eb
commit
c9423164d4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue