bruvzg
|
bfd15886de
[TextServer] Prevent duplicate line breaks on virtual spaces when line width is significantly smaller than character width.
|
1 year ago |
bruvzg
|
e071fb2263
[TextServer] Use dedicated flag for object replacement characters.
|
1 year ago |
bruvzg
|
5361ec9f43
Implement BiDi override mode for GDScript source.
|
1 year ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
1 year ago |
Haoyu Qiu
|
207e52c161
Fix String::word_wrap() for long words
|
2 years ago |
bruvzg
|
53c76fa5d1
[RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.
|
1 year ago |
bruvzg
|
ecec415988
Use system fonts as fallback and improve system font handling.
|
2 years ago |
bruvzg
|
a750ca7ec1
Add split caret direction markers. Fix block/overtype caret size.
|
2 years ago |
bruvzg
|
8f5d56e04a
[GDExtension] Use function names with underscore for TextServer extension, add macros to generate wrappers for module functions.
|
2 years ago |
bruvzg
|
f131b69032
[TextServer] Fix excessive space trimming.
|
2 years ago |
bruvzg
|
7aad14a4b6
[TextServer] Add support for trimming edge spaces on line break.
|
2 years ago |
Rémi Verschelde
|
7013c68619
Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0
|
2 years ago |
Rémi Verschelde
|
4698dc67b5
Merge pull request #64082 from KoBeWi/array3k
|
2 years ago |
Rémi Verschelde
|
96194628df
Merge pull request #64346 from firefly2442/patch-1
|
2 years ago |
kobewi
|
f7f4873ed0
Replace Array return types with TypedArray 3
|
2 years ago |
bruvzg
|
bcc3643989
Add font LCD sub-pixel anti-aliasing support.
|
2 years ago |
kobewi
|
8be27dc59e
Replace Array return types with TypedArray
|
2 years ago |
Patrick
|
2b93f44739
small typo in TextServer, changes bitwise to logical which can be faster in some cases via "short circuiting"
|
2 years ago |
bruvzg
|
2980c0d60c
HarfBuzz: Update to version 5.1.0, use new FLAG_SAFE_TO_INSERT_TATWEEL flag to improve justification.
|
2 years ago |
bruvzg
|
4373a0bb86
[TextServer] Add ICU Unicode security and spoofing detection.
|
3 years ago |
bruvzg
|
5aa48b6ae5
[TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function.
|
3 years ago |
bruvzg
|
cbe3a2dcb7
Use BitField hint for the TextServer enums. Add missing parts for BitField support to the GDextension API.
|
2 years ago |
bruvzg
|
344ba0ffaf
Refactor Font configuration and import UI, and Font resources.
|
2 years ago |
bruvzg
|
b5c96df277
Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextServer.
|
2 years ago |
bruvzg
|
6e4cdad3ac
[TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *.OTC).
|
2 years ago |
Nathan Franke
|
77c8f271e7
use ERR_FAIL_INDEX when preferred
|
2 years ago |
bruvzg
|
6ab672d1ef
Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Windows.
|
3 years ago |
bruvzg
|
be611c1c05
Implement Label3D node.
|
2 years ago |
Rémi Verschelde
|
9528aa42be
Merge pull request #60102 from KoBeWi/graphememe
|
2 years ago |
bruvzg
|
75eec38772
[TextServer] Fix long selection performance.
|
2 years ago |