HintStyle

public extension HintStyle

Undocumented

  • Cast constructor, converting any binary integer to a HintStyle.

    Declaration

    Swift

    @inlinable
    init!<I>(_ raw: I) where I : BinaryInteger

    Parameters

    raw

    The raw integer value to initialise the enum from

  • Undocumented

    Declaration

    Swift

    static let `default`: _cairo_hint_style
  • Undocumented

    Declaration

    Swift

    static let none: Int
  • Undocumented

    Declaration

    Swift

    static let slight: _cairo_hint_style
  • Undocumented

    Declaration

    Swift

    static let medium: _cairo_hint_style
  • Undocumented

    Declaration

    Swift

    static let full: _cairo_hint_style