pangocairo.font
Module for Font interface
Types 2
interfaceFont
pangocairo.font.Font 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.
Methods
cairo.scaled_font.ScaledFont getScaledFont()Gets the [cairo.scaled_font.ScaledFont] used by font. The scaled font can be referenced and kept using [cairo.scaled_font.ScaledFont.reference]. Returns: the [cairo.scaled_font.ScaledFont] used by ...interfaceFontGidBuilderImpl(T)
Fluent builder implementation template for pangocairo.font.Font