Structures
The following structures are available globally.
-
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
See moreFontRef
type acts as a lightweight Swift reference to an underlyingPangoCairoFont
instance. It exposes methods that can operate on this data type throughFontProtocol
conformance. UseFontRef
only as anunowned
reference to an existingPangoCairoFont
instance.Declaration
Swift
public struct FontRef : FontProtocol, GWeakCapturing
-
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
See moreFontMapRef
type acts as a lightweight Swift reference to an underlyingPangoCairoFontMap
instance. It exposes methods that can operate on this data type throughFontMapProtocol
conformance. UseFontMapRef
only as anunowned
reference to an existingPangoCairoFontMap
instance.Declaration
Swift
public struct FontMapRef : FontMapProtocol, GWeakCapturing