Structures

The following structures are available globally.

  • Structure representing a color.

    See more

    Declaration

    Swift

    public struct Color
    extension Color: Equatable
    extension Color: CustomStringConvertible
  • Configuration for the fill of Glyph.

    See more

    Declaration

    Swift

    public struct Fill
    extension Fill: CustomStringConvertible
  • Undocumented

    See more

    Declaration

    Swift

    public struct Group
  • Undocumented

    See more

    Declaration

    Swift

    public struct Insets
  • Configuration for the stroke of Shape.

    See more

    Declaration

    Swift

    public struct Stroke
    extension Stroke: CustomStringConvertible
  • Undocumented

    See more

    Declaration

    Swift

    public struct StyledPath
    extension StyledPath: CustomStringConvertible
  • Composition of Fill and Stroke.

    See more

    Declaration

    Swift

    public struct Styling
    extension Styling: CustomStringConvertible