feat: retrieve system fonts on iOS and Android and show font weight variants, closes #949 and closes #557 (#976)

This commit is contained in:
Huang Xin 2025-04-26 23:37:04 +08:00 committed by GitHub
parent 9303ec8c5f
commit a424ae8b15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 254 additions and 84 deletions

View file

@ -6,6 +6,7 @@ const COMMANDS: &[&str] = &[
"install_package",
"set_system_ui_visibility",
"get_status_bar_height",
"get_sys_fonts_list",
];
fn main() {