Method
GtkPrintContextcreate_pango_context
since: 2.10
Declaration [src]
PangoContext*
gtk_print_context_create_pango_context (
GtkPrintContext* context
)
Description [src]
Creates a new PangoContext
that can be used with the
GtkPrintContext
.
Available since: 2.10
Return value
Type: PangoContext
A new Pango context for context
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |