7.1.2
Addresses:
#176 #194 - MSDF fonts should now work properly cross-platform
#192 - .msdf_border()
can now be proportional to the scale of the text if PROPORTIONAL_BORDER_SCALE
constant is set to true
in the fragment shader for __shd_scribble_msdf
#197 - Text no longer flips when characters get too large (including for Bezier curves)
#199 - MSDF fonts no longer perform pre-multiplied alpha blending. N.B. This is a breaking change - if you'd like to turn on pre-multiplied alpha, please set the PREMULTIPLY_ALPHA
to true
in __shd_scribble
and/or __shd_scribble_msdf
#202 - Added scribble_font_has_character()
Additionally:
- Speed tags now work properly when skipping text
- Adds optional
executeOnlyOnChange
argument to.template()
method - Fixes
obj_example_big_textbox
- Fixes typos causing failure to compile on YYC
- Updates project to GMS2.3.2 (stable)
- Fixes a crash in an edge case when calling
.flush()
- Removes forced period call to
gc_collect()