bruvzg
|
63f3051154
Implement TextServer `strip_diacritics` function.
|
4 years ago |
bruvzg
|
27e9d07f11
Remove Scene dependency from the TextServer, use scalable hex box font instead of built-in bitmap one.
|
4 years ago |
bruvzg
|
0c0b5c84b0
Implement TextServer GDExtension interface, remove TextServer GDNative interface.
|
4 years ago |
bruvzg
|
c931906af7
Add flag to connected grapheme. Apply RTL displacement FX only to the whole connected grapheme. Pass more glyph info to the custom RTL FX.
|
4 years ago |
bruvzg
|
4c3f7d1290
Makes FontData importable resource.
|
4 years ago |
Rémi Verschelde
|
2c88e1c15d
Merge pull request #51178 from Geometror/layout-options-textline-textparagraph
|
4 years ago |
Hendrik Brucker
|
403f4902d0
Various text layout improvements (TextLine, TextParagraph, Label, TextServer)
|
4 years ago |
bruvzg
|
7c3c5603d0
[Text Server] Improve object (image/table) inline alignment.
|
4 years ago |
Leonardo Christino
|
8b91828e4f
Separate underscore from grapheme punctuation to enable doubleclick and caret jump over snakecase variables in editor
|
4 years ago |
Hendrik Brucker
|
56a8d3f30c
Improvements to Label's layout options
|
4 years ago |
Pedro J. Estébanez
|
04688b92ff
Rename Reference to RefCounted
|
4 years ago |
bruvzg
|
0d3fa2a125
[Complex Text Layouts] Provide access to glyph contour points.
|
4 years ago |
Rémi Verschelde
|
a527c6856b
Merge pull request #46045 from bruvzg/text_server_bmp_create
|
4 years ago |
bruvzg
|
bee718f1af
[Text Server] Restores bitmap font dynamic construction functions.
|
4 years ago |
bruvzg
|
f4d095cdd3
[TextServer] Restore character and space extra spacing support.
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
bruvzg
|
06ae77a320
Add word breaks on punctuation characters.
|
4 years ago |
bruvzg
|
c1d261fdb0
[Complex Text Layouts] Add variable fonts support.
|
5 years ago |
bruvzg
|
493da99269
[Complex Text Layouts] Implement TextServer interface. Implement Fallback TextServer.
|
5 years ago |
bruvzg
|
80b8eff6aa
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
|
5 years ago |