### DownloadFont ### |
|
=================================================================================================== |
DESCRIPTION: |
|
Demonstrates how to download fonts on demand on iOS 6 and later. |
|
On iOS 6, we have added the capability for applications to download fonts on demand. Besides the |
fonts installed with iOS 6, applications can install a list of additional fonts as necessary. This |
list of additional fonts can be found in the following article: |
|
iOS 6: Font list |
http://support.apple.com/kb/HT5484 |
|
These fonts will only be accessible to applications that implement the download support. Fonts |
downloaded from applications in this manner are not installed permanently. The system may decide to |
remove them under certain usage scenarios. |
|
=================================================================================================== |
BUILD REQUIREMENTS: |
|
iOS 6.0 SDK or later |
|
=================================================================================================== |
RUNTIME REQUIREMENTS: |
|
iOS 6.0 or later |
|
=================================================================================================== |
CHANGES FROM PREVIOUS VERSIONS: |
|
Version 1.0 |
- First version. |
|
=================================================================================================== |
Copyright (C) 2013 Apple Inc. All rights reserved. |