Right now the SDF text path in Impeller is just using whatever the text run is requesting.
We should instead pick an optimal size and make sure to use that consistently. Doing this will require figuring out a bit more about when we want to use SDF and how to make sure we can correctly look up glyphs for SDF when we go to render them from the atlas.
Right now the SDF text path in Impeller is just using whatever the text run is requesting.
We should instead pick an optimal size and make sure to use that consistently. Doing this will require figuring out a bit more about when we want to use SDF and how to make sure we can correctly look up glyphs for SDF when we go to render them from the atlas.