Manuel Adameit
Manuel Adameit
> fonts can be accessed on ios from the following paths: /System/Library/Fonts/ /System/Library/Fonts/Cache even in a sandboxed app > > you can also read /System/Library/Fonts/CGFontCache.plist to get a list of...
fontique (part of parley, used by xilem) supports iOS by using CoreText: [implementation](https://github.com/linebender/parley/blob/main/fontique/src/backend/coretext.rs) So when iOS should be supported cosmic-text/fontdb needs to implement something similar, or floem could use parley....
Same for me using the qwen3 models, if by "hangs" you mean it takes a while and then outputs everything at once. Feels like it takes about the same amount...
Workaround until this is implemented: Cargo.toml ``` [target.'cfg(target_os = "ios")'.dependencies] objc2 = "0.6.0" objc2-foundation = { version = "0.3.0", features = ["NSString"] } objc2-ui-kit = { version = "0.3.0", features...
> > Workaround until this is implemented > > Looks awesome! Would you consider integrating this into the framework? I polished and published it here: https://crates.io/crates/apple-utils