Instance Property
dependencies
External dependencies required by the font.
Declaration
var dependencies: [String : String] { get set }Declaration
@property (nonatomic, strong) NSDictionary<NSString *,NSString *> * dependencies;Declaration
dependencies() -> dict[str, str]
setDependencies_(dependencies: dict[str, str])Discussion
The key is the dependency class name. The value is the display name shown for the dependency.
See Also
Dependencies
Adds or replaces an external dependency.
Removes an external dependency.