You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Fix incoherency in ellipsis behavior between a text and its outline. As it was larger, the outline could be cut earlier than main text. Now the main text will respect the constraint from the (larger) outline. - Fixed misplaced position of the ellipsis in Left to right texts. - A bit of code clean up (removed unused structure members). #jira UE-214832 #tests Updated the FontOverflow engine tests, validated that there was no regression in the tests or in the editor. [RN] Fixed an issue in the text renderer with OverflowPolicy "Ellipsis" when using outline, where the outline could get clipped at a different glyph than the "main" text. #rb Patrick.Boutot #virtualized [CL 33735763 by yohann dossantos in ue5-main branch]