Classes
The following classes 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 moreFont
type acts as a reference-counted owner of an underlyingPangoCairoFont
instance. It provides the methods that can operate on this data type throughFontProtocol
conformance. UseFont
as a strong reference or owner of aPangoCairoFont
instance.Declaration
Swift
open class Font : Pango.Font, FontProtocol
-
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 moreFontMap
type acts as a reference-counted owner of an underlyingPangoCairoFontMap
instance. It provides the methods that can operate on this data type throughFontMapProtocol
conformance. UseFontMap
as a strong reference or owner of aPangoCairoFontMap
instance.Declaration
Swift
open class FontMap : Pango.FontMap, FontMapProtocol