Instance Method
addTab(withGlyphNames:)addTabWithGlyphNames:addTabWithGlyphNames_
Declaration
func addTab(withGlyphNames glyphNames: [String]) -> GSEditViewController?Declaration
- (GSEditViewController *) addTabWithGlyphNames:(NSArray<NSString *> *) glyphNames;Declaration
addTabWithGlyphNames_(glyphNames: list[str]) -> GSEditViewController