AttrFontFeaturesRef

public struct AttrFontFeaturesRef : AttrFontFeaturesProtocol

The PangoAttrFontFeatures structure is used to represent OpenType font features as an attribute.

The AttrFontFeaturesRef type acts as a lightweight Swift reference to an underlying PangoAttrFontFeatures instance. It exposes methods that can operate on this data type through AttrFontFeaturesProtocol conformance. Use AttrFontFeaturesRef only as an unowned reference to an existing PangoAttrFontFeatures instance.

  • ptr
    Untyped pointer to the underlying `PangoAttrFontFeatures` instance.
    

    For type-safe access, use the generated, typed pointer _ptr property instead.

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

AttrFontFeatures Record