LayoutDeserializeFlags

public struct LayoutDeserializeFlags : OptionSet

Flags that influence the behavior of [funcPango.Layout.deserialize].

New members may be added to this enumeration over time.

  • The corresponding value of the raw type

    Declaration

    Swift

    public var rawValue: UInt32
  • The equivalent raw Int value

    Declaration

    Swift

    @inlinable
    public var intValue: Int { get set }
  • int

    The equivalent raw gint value

    Declaration

    Swift

    @inlinable
    public var int: gint { get set }
  • The equivalent underlying PangoLayoutDeserializeFlags enum value

    Declaration

    Swift

    @inlinable
    public var value: PangoLayoutDeserializeFlags { get set }
  • Creates a new instance with the specified raw value

    Declaration

    Swift

    @inlinable
    public init(rawValue: UInt32)
  • Creates a new instance with the specified PangoLayoutDeserializeFlags enum value

    Declaration

    Swift

    @inlinable
    public init(_ enumValue: PangoLayoutDeserializeFlags)
  • Creates a new instance with the specified Int value

    Declaration

    Swift

    @inlinable
    public init<I>(_ intValue: I) where I : BinaryInteger
  • Default behavior

    Declaration

    Swift

    public static let `default`: LayoutDeserializeFlags
  • Apply context information from the serialization to the PangoContext

    Declaration

    Swift

    public static let context: LayoutDeserializeFlags