Method

PangoCairo.Font.get_scaled_font

Declaration [src]

cairo_scaled_font_t*
pango_cairo_font_get_scaled_font (
  PangoCairoFont* font
)

Description [src]

Gets the cairo_scaled_font_t used by font. The scaled font can be referenced and kept using cairo_scaled_font_reference().

Available since:1.18

Return value

Returns: cairo_scaled_font_t*

the cairo_scaled_font_t used by font

The data is owned by the called function
Can be NULL