-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support iOS #77
Comments
I think this is out of scope. If the directory with fonts can't be accessed, there is no way for the TTF files to be loaded and therefore no way to query font info with |
fonts can be accessed on ios from the following paths: you can also read /System/Library/Fonts/CGFontCache.plist to get a list of fonts, but scanning the directory works also |
While it might be possible, afaik it is against the „rules“ and would prevent publishing in the app store SO question Fontique, which also provides font enumeration and fallback, does use CoreText: implementation |
No it isn't against the rules and many apps use it:
The application container provides a symlink to /System/Library/, thus it is allowed |
I would like to use a ui toolkit which uses this crate on iOS (floem, cosmic-text).
Since the System directory with the fonts cannot be accessed on iOS i think CoreText must be used.
The available fonts can be listed with this method.
Is this in scope for this library?
The text was updated successfully, but these errors were encountered: