Skip to content

Instantly share code, notes, and snippets.

@cipolleschi
Created December 22, 2020 08:03
Show Gist options
  • Select an option

  • Save cipolleschi/bedf32539612d8659befc343b199b555 to your computer and use it in GitHub Desktop.

Select an option

Save cipolleschi/bedf32539612d8659befc343b199b555 to your computer and use it in GitHub Desktop.
struct Text {
let content: String
let font: UIFont
let position: CGPoint
}
struct Stricker {
let fileURL: URL
let position: CGPoint
let scale: CGFloat
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment