Enumerationswhitty.swiftdraw 0.18.1SwiftDraw
Size
CommandLine.Configuration.swift:65enum Size
enum Size
import SwiftDraw
enum CommandLine
case `default`
case custom(width: Int, height: Int)
static func makeImageInsets(for insets: CommandLine.Insets) throws -> SVG.Insets
static func makeSVGOptions(for config: Configuration) -> SVG.Options
static func makeTextAPI(for api: CommandLine.API?) -> CGTextRenderer.API
static func parseConfiguration(from args: [String], baseDirectory: URL) throws -> Configuration
static func processImage(_ image: SVG, with config: Configuration) throws -> Data
static func processImage(with config: Configuration) throws -> Data
enum API
struct Configuration
enum Error
enum Format
struct Insets
enum Scale
protocol Equatable
A type that can be compared for value equality.
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.