pangoCairoShowLayout {RGtk2}R Documentation

pangoCairoShowLayout

Description

Draws a PangoLayout in the specified cairo context. The top-left corner of the PangoLayout will be drawn at the current point of the cairo context.

Usage

pangoCairoShowLayout(cr, layout)

Arguments

cr

a Cairo context

layout

a Pango layout

Details

Since 1.10

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]