Drawable.drawTrapezoids

Warning gdk_draw_trapezoids has been deprecated since version 2.22 and should not be used in newly-written code. Use Cairo path contruction functions and cairo_fill() instead. Draws a set of anti-aliased trapezoids. The trapezoids are combined using saturation addition, then drawn over the background as a set. This is low level functionality used internally to implement rotated underlines and backgrouds when rendering a PangoLayout and is likely not useful for applications. Since 2.6

class Drawable
void
drawTrapezoids

Parameters

gc GC

a GdkGC

trapezoids GdkTrapezoid[]

an array of GdkTrapezoid structures

Meta