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
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -173,7 +173,7 @@ struct FontPrivate
 | 
				
			||||||
	{}
 | 
						{}
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
std::string FontPrivate::defaultName   = "MS PGothic";
 | 
					std::string FontPrivate::defaultName   = "Arial";
 | 
				
			||||||
int         FontPrivate::defaultSize   = 22;
 | 
					int         FontPrivate::defaultSize   = 22;
 | 
				
			||||||
bool        FontPrivate::defaultBold   = false;
 | 
					bool        FontPrivate::defaultBold   = false;
 | 
				
			||||||
bool        FontPrivate::defaultItalic = false;
 | 
					bool        FontPrivate::defaultItalic = false;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue