Learn R Programming

RGtk2 (version 2.8.7)

gdkDrawLayout: gdkDrawLayout

Description

Render a PangoLayout onto a GDK drawable

Usage

gdkDrawLayout(object, gc, x, y, layout)

Arguments

Details

If the layout's PangoContext has a transformation matrix set, then x and y specify the position of the top left corner of the bounding box (in device space) of the transformed layout. If you're using GTK+, the usual way to obtain a PangoLayout is gtkWidgetCreatePangoLayout.