Alexandre Julliard pushed to branch master at wine / wine
Commits: 7b64b0aa by Nikolay Sivov at 2025-10-15T11:36:52+02:00 dwrite: Update script information with Unicode 16.0 additions.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
- - - - - f957492a by Nikolay Sivov at 2025-10-15T11:36:52+02:00 dwrite: Explicitly check scripts for "complexity" property.
Currently used flag could be misleading because any range outside of BMP is considered complex, regardless of actual script requirements. Any newly standardized script will most likely go outside of BMP.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
- - - - -
4 changed files:
- dlls/dwrite/analyzer.c - dlls/dwrite/scripts.c - dlls/dwrite/scripts.h - tools/make_unicode
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b64e431c04b35f0cba30ac58361480...