Instance Method
addBackgroundImage(from:)addBackgroundImageFromPasteboard:addBackgroundImageFromPasteboard_
Attempts to add a background image from the pasteboard to the active glyph layer. If the pasteboard contains file paths instead, attempts to import outlines from the referenced files.
Declaration
func addBackgroundImage(from pasteboard: NSPasteboard) -> BoolDeclaration
- (BOOL) addBackgroundImageFromPasteboard:(NSPasteboard *) pasteboard;Declaration
addBackgroundImageFromPasteboard_(pasteboard: NSPasteboard) -> bool