gdkDrawLayoutLine {RGtk2}R Documentation

gdkDrawLayoutLine

Description

Render a PangoLayoutLine onto an GDK drawable

Usage

gdkDrawLayoutLine(object, gc, x, y, line)

Arguments

object [GdkDrawable] the drawable on which to draw the line
gc [GdkGC] base graphics to use
x [integer] the x position of start of string (in pixels)
y [integer] the y position of baseline (in pixels)
line [PangoLayoutLine] a PangoLayoutLine

Details

If the layout's PangoContext has a transformation matrix set, then x and y specify the position of the left edge of the baseline (left is in before-tranform user coordinates) in after-transform device coordinates.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]