Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ and then get the italic version of that:

Of course, the available fonts have different weights available, as shown in the table above. Also, not all fonts weights are available in italic versions. DAFontSet will try to adjust to the closest available weight if the desired weight is not available, and will choose the regular version if an italic version is not available.

To add additional font families, you must modify the DAFontSet.plist property list file. You can make a local copy of this file, and remove the original version from your XCode project.
To add additional font families, you must modify the DAFontSet.plist property list file. You can make a local copy of this file, and remove the original version from your Xcode project.

The DAFontSet.plist file contains an NSDictionary of font families. You'll need to add a new key/value item to this dictionary, where the item's key value is an NSString containing the name of the new font family. The item's value must be an NSDictionary containing a key/value item for each available weight of the font family.

Expand Down