bruvzg
|
5d3fcc5766
[TextServer] Fix system font fallback and caret/selection behavior for composite characters.
|
2 年之前 |
Rémi Verschelde
|
faaf27f284
Fix various typos with codespell
|
2 年之前 |
Rémi Verschelde
|
25b2f1780a
Style: Harmonize header includes in modules
|
2 年之前 |
RedworkDE
|
8e7afec479
Fix various errors when running the unit tests
|
2 年之前 |
bruvzg
|
d904516e55
[TextServer] Use dedicated flag for object replacement characters.
|
2 年之前 |
Yuri Sizov
|
98d95f3a0e
Merge pull request #74149 from bruvzg/get_char
|
2 年之前 |
Yuri Sizov
|
b5845f87fc
Merge pull request #74556 from AThousandShips/text_adv_svg_freetype
|
2 年之前 |
bruvzg
|
8d501a2dc3
[TextServer] Add invalid font scaling check, restrict Linux/BSD system fonts lookup to TrueType/CFF only.
|
2 年之前 |
Ninni Pipping
|
3a5d7a4b54
[TextServer] Make sure Freetype is enabled for ot-svg
|
2 年之前 |
bruvzg
|
016b2f3555
[TextServer] Fix justification on punctuation characters.
|
2 年之前 |
Rémi Verschelde
|
a8d2e7f342
Merge pull request #73987 from bruvzg/ft_lock
|
2 年之前 |
bruvzg
|
8459aeaab0
[Font] Implement `get_char_from_glyph_index` function.
|
2 年之前 |
bruvzg
|
bbc77b6d29
Fix text server GDExtension build.
|
2 年之前 |
bruvzg
|
c950a1ab94
[TextServer] Add mutex for FreeType face creation/deletion operations.
|
2 年之前 |
Rémi Verschelde
|
65883cc73b
Merge pull request #71598 from bruvzg/gdscript_bidi_override
|
2 年之前 |
bruvzg
|
e144e5dda5
Remove duplicate ucaps code from TextServerFallback.
|
2 年之前 |
bruvzg
|
db7d8c2d87
[GDExtension] Expose some low level functions and String operators.
|
2 年之前 |
bruvzg
|
5361ec9f43
Implement BiDi override mode for GDScript source.
|
2 年之前 |
Juan Linietsky
|
6f0e210093
Refactor ProjectSetting overrides
|
2 年之前 |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 年之前 |
bruvzg
|
a28e8f0c8d
[TextServer] Make `free` calls thread safe.
|
2 年之前 |
bruvzg
|
20d9457f9d
Scale MSDF font outline with the font size and MSDF source size to match dynamic font behavior.
|
2 年之前 |
Haoyu Qiu
|
207e52c161
Fix String::word_wrap() for long words
|
3 年之前 |
bruvzg
|
53c76fa5d1
[RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.
|
2 年之前 |
bruvzg
|
3395539ed4
[TextServer] Do not clean up font texture cache when setting `allow_system_fallback` property.
|
2 年之前 |
bruvzg
|
ecec415988
Use system fonts as fallback and improve system font handling.
|
2 年之前 |
bruvzg
|
d77902f33a
Implement SVG in OT support.
|
3 年之前 |
Rémi Verschelde
|
cd25e48456
Merge pull request #67562 from bruvzg/improve_font_packing
|
2 年之前 |
Rémi Verschelde
|
ae81a569b9
Merge pull request #67409 from bruvzg/fix_oversampling_rounding
|
2 年之前 |
kobewi
|
e48c5daddf
Unify usage of GLOBAL/EDITOR_GET
|
2 年之前 |