FontWeight

public extension FontWeight

Undocumented

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

    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_weight
  • Undocumented

    Declaration

    Swift

    static let bold: _cairo_font_weight