godot/modules/text_server_adv
bruvzg baec983d8a
[TextServer] Improvements for line breaking, "Fill" alignment, overrun, and interaction between these modes.
Fix "Fill" alignment processing wrong side of the text if overrun trim was applied.
Improve "Fill" alignment to avoid adding excessive subsequent spaces or elongations.
Add font detection to the overrun, to correctly add ellipsis (was using last glyph font, which doesn't necessary have dot character).
Improve line breaking to avoid adding excessive subsequent soft break points for languages without word separator.
Port missing overrun/justification code to the Fallback text server.
Fix inferred text direction detection by controls.
Add tests for "Fill" alignment and line breaking glyph flags.
2022-01-13 08:53:28 +02:00
..
doc_classes Implement TextServer GDExtension interface, remove TextServer GDNative interface. 2021-10-01 15:13:29 +03:00
icu_data Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
config.py Implement TextServer GDExtension interface, remove TextServer GDNative interface. 2021-10-01 15:13:29 +03:00
register_types.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_types.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
script_iterator.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
script_iterator.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub ICU: Update to version 70.1 2021-10-28 09:15:28 +03:00
text_server_adv.cpp [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and interaction between these modes. 2022-01-13 08:53:28 +02:00
text_server_adv.h [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and interaction between these modes. 2022-01-13 08:53:28 +02:00