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