Classes

The following classes are available globally.

Font Interface

  • PangoCairoFont is an interface exported by fonts for use with Cairo.

    The actual type of the font will depend on the particular font technology Cairo was compiled to use.

    The Font type acts as a reference-counted owner of an underlying PangoCairoFont instance. It provides the methods that can operate on this data type through FontProtocol conformance. Use Font as a strong reference or owner of a PangoCairoFont instance.

    See more

    Declaration

    Swift

    open class Font : Pango.Font, FontProtocol

FontMap Interface

  • PangoCairoFontMap is an interface exported by font maps for use with Cairo.

    The actual type of the font map will depend on the particular font technology Cairo was compiled to use.

    The FontMap type acts as a reference-counted owner of an underlying PangoCairoFontMap instance. It provides the methods that can operate on this data type through FontMapProtocol conformance. Use FontMap as a strong reference or owner of a PangoCairoFontMap instance.

    See more

    Declaration

    Swift

    open class FontMap : Pango.FontMap, FontMapProtocol