in the script editor, I'm trying to change the font across the board. Nothing spectacular, but basically
self.contents.font.name = "my_font" #newly added font by shintashi
self.contents.font.size = 20 #newly added font size
While I can get it to work for windows_status and some portions of the skill menus, in some areas, such as the skill description window, I'm not sure where (or what) to put. I basically need "addresses", like
"around game actor line 362" or something.