- Joined
- Jun 29, 2014
- Messages
- 71
- Reaction score
- 11
- First Language
- English
- Primarily Uses
- N/A
I have wrote some custom code to change the font size in specific windows... See my screenshot below. But for some reason, it isn't changing the font size of the MP cost. Any ideas what I need to do to target that font size too?

Code I am using:
And I have defined standardFontSize and myStandardLineHeight variables previously in the script.
Any help appreciated!

Code I am using:
Code:
Window_BattleSkill.prototype.standardFontSize = Window_Base.prototype.standardFontSize;
Window_BattleSkill.prototype.lineHeight = myStandardLineHeight;
And I have defined standardFontSize and myStandardLineHeight variables previously in the script.
Any help appreciated!