YoYoGames / GMRT-Beta

Bug Tracking for new GameMaker Runtime Beta
25 stars 0 forks source link

font_get_info() struct doesn't contain `sdfEnabled` #208

Closed DragoniteSpam closed 4 months ago

DragoniteSpam commented 4 months ago

Description

Among other things, this makes using Scribble hard.

Replacing Line 60 with _sdf = false in __scribble_font_add_from_project.yy helps, although there are still other errors that keep it from running,

GMBenchmark.zip

GMRT 0.11

Expected Change

All of the asset getters should contain the properties they used to

Steps To Reproduce

  1. Start GameMaker
  2. See the issue

How reliably can you recreate this issue using your steps above?

Always

Which version of GameMaker are you reporting this issue for?

Other Release (Please put the exact version number in your Description)

Which platform(s) are you seeing the problem on?

Windows

Compiler Log File

Sample .yyz File