Declaration

func importOutlines(from fileURL: URL, scale: CGFloat) throws

Declaration

- (BOOL) importOutlinesFromURL:(NSURL *) fileURL scale:(CGFloat) scale error:(NSError **) error;

Declaration

importOutlinesFromURL_scale_error_(fileURL: NSURL, scale: float) -> tuple[bool, NSError]

Parameters

fileURL

The URL of an SVG, EPS, or PDF file.

scale

The scale applied while reading the file.

Parameters

fileURL

The URL of an SVG, EPS, or PDF file.

scale

The scale applied while reading the file.

error

On failure, information about the error.

Discussion

The imported outlines become the selection.

Return Value

Whether the outlines were imported.

Discussion

The imported outlines become the selection.

See Also

Importing Outlines