Add text selection (semi-functional); save as PDF; fix width issues (different vscale/wscale)

This commit is contained in:
bluepython508
2025-11-04 14:03:12 +00:00
parent c023daf180
commit 75754935be
6 changed files with 386 additions and 118 deletions

View File

@@ -9,6 +9,8 @@ typst-render = "0.14.0"
cairo-rs = "0.21.2"
typst-kit = { version = "0.14.0", features = ["embed-fonts", "vendor-openssl"] }
codespan-reporting = "0.13.1"
typst-pdf = "0.14.0"
ttf-parser = "0.25.1"
[build-dependencies]
bindgen = "0.72.1"