Structures
The following structures are available globally.
-
PangoCairoFontis 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 moreFontReftype acts as a lightweight Swift reference to an underlyingPangoCairoFontinstance. It exposes methods that can operate on this data type throughFontProtocolconformance. UseFontRefonly as anunownedreference to an existingPangoCairoFontinstance.Declaration
Swift
public struct FontRef : FontProtocol, GWeakCapturing
-
PangoCairoFontMapis 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 moreFontMapReftype acts as a lightweight Swift reference to an underlyingPangoCairoFontMapinstance. It exposes methods that can operate on this data type throughFontMapProtocolconformance. UseFontMapRefonly as anunownedreference to an existingPangoCairoFontMapinstance.Declaration
Swift
public struct FontMapRef : FontMapProtocol, GWeakCapturing
View on GitHub
Install in Dash
Structures Reference