gdkDrawLayout {RGtk2}R Documentation

gdkDrawLayout

Description

Render a PangoLayout onto a GDK drawable

Usage

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

Arguments

object [GdkDrawable] the drawable on which to draw string
gc [GdkGC] base graphics context to use
x [integer] the X position of the left of the layout (in pixels)
y [integer] the Y position of the top of the layout (in pixels)
layout [PangoLayout] a PangoLayout

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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]