font_add_sprite_ext have param prop saying if all gylphs should have same width (monospace, not proportional) or depending on sprite frame (proportional).
In GMRT, font is always drawn as if prop was set to false.
I'm not sure if this is issue when adding font or with drawing.
I've checked if setting sep to 1 or -1 changes something, but in both cases it only narrows or widens gylph separation by 1px as expected.
Description
font_add_sprite_ext
have paramprop
saying if all gylphs should have same width (monospace, not proportional) or depending on sprite frame (proportional).In GMRT, font is always drawn as if
prop
was set tofalse
. I'm not sure if this is issue when adding font or with drawing. I've checked if settingsep
to1
or-1
changes something, but in both cases it only narrows or widens gylph separation by 1px as expected.GMS2 VM, GMS2 YYC:
GMRT:
Example project:
GMRT_font_add_sprite.zip