UIFont(CustomFonts)
@interface UIFont (CustomFonts)
+ (nullable NSString *)preferredFontName;
+ (nullable NSString *)preferredBoldFontName;
+ (nullable NSString *)preferredSemiboldFontName;
+ (nullable NSString *)preferredMediumFontName;
+ (void)printIncludedCustomFontsByNames;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
+ (nullable NSString *)preferredFontName;
Swift
class func preferredFontName() -> String?
-
Undocumented
Declaration
Objective-C
+ (nullable NSString *)preferredBoldFontName;
Swift
class func preferredBoldFontName() -> String?
-
Undocumented
Declaration
Objective-C
+ (nullable NSString *)preferredSemiboldFontName;
Swift
class func preferredSemiboldFontName() -> String?
-
Undocumented
Declaration
Objective-C
+ (nullable NSString *)preferredMediumFontName;
Swift
class func preferredMediumFontName() -> String?
-
Undocumented
Declaration
Objective-C
+ (void)printIncludedCustomFontsByNames;
Swift
class func printIncludedCustomFontsByNames()