localizedName(forFamily:face:)
Returns a localized string with the name of the specified font family and face, if one exists.
Declaration
func localizedName(forFamily family: String, face faceKey: String?) -> StringParameters
- family:
The font family, for example,
@"Times". - faceKey:
The font face, for example,
@"Roman".
Return Value
A localized string with the name of the specified font family and face, or, if face is nil, the font family only.
Discussion
The user’s locale is determined from the user’s NSLanguages default setting. The method also loads the localized strings for the font, if they aren’t already loaded.