Declaration

func lowerCaseName(_ name: String) -> String?

Declaration

- (NSString *) lowerCaseName:(NSString *) name;

Declaration

lowerCaseName_(name: str) -> str

Parameters

name

A 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