Instance Method
lowerCaseName(_:)lowerCaseName:lowerCaseName_
Returns the name of the lowercase glyph name linked to the given uppercase name
Declaration
func lowerCaseName(_ name: String) -> String?Declaration
- (NSString *) lowerCaseName:(NSString *) name;Declaration
lowerCaseName_(name: str) -> strParameters
nameA upper case glyph name
Return Value
The matching lower case name
Discussion
In most instances this is equivalent with [name lowercaseString] but there are some exceptions. e.g. A > a, KoppaArchaic > koppaArchaic