Instance Method
components(forLigaName:font:) componentsForLigaName:font: componentsForLigaName_font_
Declaration
func components(forLigaName ligaName: String, font: GSFont?) -> [Any]?Declaration
- (NSArray *) componentsForLigaName:(NSString *) ligaName font:(GSFont *) font;Declaration
componentsForLigaName_font_(ligaName: str, font: GSFont) -> list