-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
HTML5This issue refers to an issue which only happens on this targetThis issue refers to an issue which only happens on this targetgms2-bugIn-game bugs with the "GameMaker Studio 2" runtimesIn-game bugs with the "GameMaker Studio 2" runtimes
Description
I'm not sure if internal value of yyFont named scalex can be different than 1 - (as we don't have function to change font scalex - maybe it's for some future usage ?), but still, returning height based on xscale sounds like bug, and rather scaley should be used here:
GameMaker-HTML5/scripts/yyFont.js
Line 421 in 82718d0
| return this.max_glyph_height * this.scalex; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
HTML5This issue refers to an issue which only happens on this targetThis issue refers to an issue which only happens on this targetgms2-bugIn-game bugs with the "GameMaker Studio 2" runtimesIn-game bugs with the "GameMaker Studio 2" runtimes
Type
Projects
Status
Backlog