문제

I'm trying to build an app to install a custom set of fonts for other ios apps to use. Is it possible to change iOS 6 default set of fonts and add a custom set of font that other apps can use?

올바른 솔루션이 없습니다

다른 팁

Custom (non-system) fonts must be included in an app's .plist file and must be included in the application bundle for an app to use them.

Since application bundles are read only, it is only possible for an app to use a non-system font that is included before it is distributed.

No, it's not. Apps basically can't change default configuration (like fonts, background, colors, icons, animations) from the whole OS. You can use custom fonts in your app though.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top