You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be some problem with SignedDistanceField shader which causes selected text to have the same background colour as is set as text colour. That makes the selected text ureadable because it just blends with the background. Setting TextInput.selectionTile manually has no effect with SDF fonts.
The text was updated successfully, but these errors were encountered:
This only seems to happen when I call hxd.res.BitmapFont.toSdfFont() with h2d.Font.SDFChannel.Alpha (which is needed for SDF fonts generated by Hiero).
There seems to be some problem with
SignedDistanceField
shader which causes selected text to have the same background colour as is set as text colour. That makes the selected text ureadable because it just blends with the background. SettingTextInput.selectionTile
manually has no effect with SDF fonts.The text was updated successfully, but these errors were encountered: