used by font
pangocairo.font_mixin
Module for Font interface mixin
Templates 2
tmplFontT()
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.
Functions
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
tmplFontGidBuilderT()
Fluent builder implementation template for pangocairo.font.Font