Thaddeus Crews
|
720dfdde7d
GUI: Fix `nullptr` deref in TextServer
|
3 weeks ago |
Pāvels Nadtočajevs
|
ddde1c07a6
[TextServer] Shape emojis as separate runs.
|
1 month ago |
Thaddeus Crews
|
8e458d19cb
Merge pull request #109152 from bruvzg/font_fb_no_msdf
|
2 months ago |
Pāvels Nadtočajevs
|
86e61a311f
Use MSDF instead of MTSDF for font rendering.
|
2 months ago |
Pāvels Nadtočajevs
|
738dd2fd10
Use non-MSDF fallback for MSDF fonts if fallback is a color or non-scalable font.
|
2 months ago |
Pāvels Nadtočajevs
|
6c34f48c90
Fix font fallback for lines with only non-visual/control characters.
|
2 months ago |
Thaddeus Crews
|
adeb5635c0
Merge pull request #108769 from bruvzg/shy_fall
|
3 months ago |
Pāvels Nadtočajevs
|
ed0efc4791
Fix support data loading with system ICU
|
3 months ago |
Pāvels Nadtočajevs
|
6d76439620
[TextServer] Fix soft hyphen font fallback.
|
3 months ago |
Pāvels Nadtočajevs
|
22e99a4901
Restore per font oversampling override.
|
4 months ago |
Rémi Verschelde
|
2ac31ece59
Merge pull request #107030 from bruvzg/font_validate_script
|
4 months ago |
Rémi Verschelde
|
1a64b6b5b6
Merge pull request #106913 from Ivorforce/string-resize-uninitialized
|
4 months ago |
Pāvels Nadtočajevs
|
e87cccefca
Add `line_breaking_strictness` project setting.
|
4 months ago |
Lukas Tenbrink
|
b13a0e1834
Rename `String::resize` to `resize_uninitialized`, to better communicate to callers that new characters must be initialized.
|
4 months ago |
Aaron Franke
|
f6f1df7d73
Add 64-bit versions of core power of 2 functions
|
5 months ago |
Pāvels Nadtočajevs
|
c464a3078a
Check script sample characters to filter out incorrect script support information.
|
4 months ago |
avnotaklu
|
00beda9691
Fix: Removed freed up FontData's dangling data in Advanced and Fallback text server
|
4 months ago |
Pāvels Nadtočajevs
|
0aae67b6bb
Add hardcoded baseline offset for Apple Color Emoji.
|
5 months ago |
patwork
|
f9d28fc02f
Fix for implicit conversion from char16_t to char32_t
|
5 months ago |
Pāvels Nadtočajevs
|
7fc4521dd8
Adjust hex code box baseline calculation.
|
5 months ago |
Thaddeus Crews
|
8b4dd7a34e
Merge pull request #105724 from dugramen/recovery/split-commit
|
5 months ago |
dugramen
|
b9f59ae6ca
Add color pickers to script editor
|
6 months ago |
Yyf2333
|
21fc5cce5c
Use LocalVector<Glyph> to reduce reallocation.
|
9 months ago |
aaronp64
|
91931606f7
Remove _FORCE_INLINE_ from TextServer*::_ensure* methods
|
5 months ago |
Pāvels Nadtočajevs
|
6893b2b8e6
[TextServer] Fix outline size and image fonts with oversampling.
|
5 months ago |
Thaddeus Crews
|
146e405c48
Merge pull request #105412 from bruvzg/fix_fixedsize_img_fonts
|
6 months ago |
Pāvels Nadtočajevs
|
a3943f8ad4
Fix fixed size image fonts incorrectly getting oversampling applied if set to native size.
|
6 months ago |
Pāvels Nadtočajevs
|
b55d3a2516
Fix bitmap font scaling.
|
6 months ago |
Pāvels Nadtočajevs
|
4afeca3bcf
Replace global oversampling with overrideable per-viewport oversampling.
|
6 months ago |
Pāvels Nadtočajevs
|
b106dfd4f9
Base accessibility API.
|
7 months ago |