godot/modules/text_server_adv
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
..
doc_classes
gdextension_build Implement SVG in OT support. 2022-11-04 14:10:54 +02:00
icu_data
.gitignore
config.py Add Text Server related options to the build profiles editor. 2022-08-03 15:06:43 +03:00
register_types.cpp Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
register_types.h
script_iterator.cpp
script_iterator.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
SCsub graphite: Update to latest Git, switch to MIT license 2022-12-13 10:06:00 +01:00
text_server_adv.cpp Fix String::word_wrap() for long words 2022-12-16 13:18:57 +08:00
text_server_adv.h Fix String::word_wrap() for long words 2022-12-16 13:18:57 +08:00
thorvg_bounds_iterator.cpp Implement SVG in OT support. 2022-11-04 14:10:54 +02:00
thorvg_bounds_iterator.h Implement SVG in OT support. 2022-11-04 14:10:54 +02:00
thorvg_svg_in_ot.cpp Implement SVG in OT support. 2022-11-04 14:10:54 +02:00
thorvg_svg_in_ot.h Implement SVG in OT support. 2022-11-04 14:10:54 +02:00