godot/servers/text
Haoyu Qiu 207e52c161 Fix String::word_wrap() for long words
- Changes `TextServer.string_get_word_breaks()`
  - Returns pairs of boundary start and end offsets
  - Accepts `chars_per_line` to return line breaks
- Removes `String::word_wrap()`

Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
2022-12-16 13:18:57 +08:00
..
SCsub Implement TextServer GDExtension interface, remove TextServer GDNative interface. 2021-10-01 15:13:29 +03:00
text_server_dummy.h Unify TextServer built-in module and GDExtension code. 2022-03-17 08:15:29 +02:00
text_server_extension.cpp Fix String::word_wrap() for long words 2022-12-16 13:18:57 +08:00
text_server_extension.h Fix String::word_wrap() for long words 2022-12-16 13:18:57 +08:00