[Update] Font Family. Change the way to fetch font family list.

This commit is contained in:
Sakamoto Shiina
2024-10-02 18:26:58 +09:00
parent b1aadc7cda
commit 9f7101e233
4 changed files with 216 additions and 35 deletions

View File

@@ -14,6 +14,7 @@ tauri-build = { version = "1", features = [] }
tauri = { version = "1", features = [ "window-set-decorations", "window-set-always-on-top", "shell-sidecar", "shell-open", "devtools"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
font-kit = "0.14.2"
[features]
# This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!