Drawable.drawLayoutLine

Warning gdk_draw_layout_line is deprecated and should not be used in newly-written code. Render a PangoLayoutLine onto an GDK drawable 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.

class Drawable
void
drawLayoutLine
(,
int x
,
int y
,)

Parameters

gc GC

base graphics to use

x int

the x position of start of string (in pixels)

y int

the y position of baseline (in pixels)

line PgLayoutLine

a PangoLayoutLine

Meta