Skip to content

Commit 83773ba

Browse files
BKSalmanKeavon
andauthored
Replace Rustybuzz with Parley for text layout, and add text tilt parameter (#2739)
* replace rustybuzz with parley for text layout handling change text input direction based on text direction * Code review * change default character spacing to 0 * add shear to text node this also adds migration code for documents that don't have shear * shear migration for text node - add shear property - set character spacing to 0 * use old max_width and max_height in text migration if available * Final code review pass * Add units to the parameters --------- Co-authored-by: Keavon Chambers <[email protected]>
1 parent d8e15ae commit 83773ba

File tree

18 files changed

+485
-297
lines changed

18 files changed

+485
-297
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ perf.data*
55
profile.json
66
flamegraph.svg
77
.idea/
8+
.direnv

.nix/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
libraw
5252

5353

54-
# Tauri dependencies: keep in sync with https://v2.tauri.app/start/prerequisites/
54+
# Tauri dependencies: keep in sync with https://v2.tauri.app/start/prerequisites/#system-dependencies (under the NixOS tab)
5555
at-spi2-atk
5656
atkmm
5757
cairo

0 commit comments

Comments
 (0)