Method
GtkPrintContextget_pango_fontmap
since: 2.10
Declaration [src]
PangoFontMap*
gtk_print_context_get_pango_fontmap (
GtkPrintContext* context
)
Description [src]
Returns a PangoFontMap
that is suitable for use
with the GtkPrintContext
.
Available since: 2.10
Return value
Type: PangoFontMap
The font map of context
.
The returned data is owned by the instance. |