Classes
The following classes 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 moreFonttype acts as a reference-counted owner of an underlyingPangoCairoFontinstance. It provides the methods that can operate on this data type throughFontProtocolconformance. UseFontas a strong reference or owner of aPangoCairoFontinstance.Declaration
Swift
open class Font : Pango.Font, FontProtocol
-
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 moreFontMaptype acts as a reference-counted owner of an underlyingPangoCairoFontMapinstance. It provides the methods that can operate on this data type throughFontMapProtocolconformance. UseFontMapas a strong reference or owner of aPangoCairoFontMapinstance.Declaration
Swift
open class FontMap : Pango.FontMap, FontMapProtocol
View on GitHub
Install in Dash
Classes Reference