FontSlant

public extension FontSlant

Undocumented

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

    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 normal: _cairo_font_slant
  • Undocumented

    Declaration

    Swift

    static let italic: _cairo_font_slant
  • Undocumented

    Declaration

    Swift

    static let oblique: _cairo_font_slant