Import line: | Pango = imports.gi.Pango; |
GIR File: | Pango-1.0.gir |
C documentation: | Pango.RenderPart |
Enum : | RenderPart |
Properties | |
---|---|
guint32 Pango.RenderPart.BACKGROUND : 1
|
|
guint32 Pango.RenderPart.FOREGROUND : 0
|
|
guint32 Pango.RenderPart.STRIKETHROUGH : 3
|
|
guint32 Pango.RenderPart.UNDERLINE : 2
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Pango.Renderer
Method |
Draws an axis-aligned rectangle in user space coordinates with the
specified PangoRenderer. |
Pango.Renderer
Method |
draw_trapezoid
(RenderPart part, gdouble y1_, gdouble x11, gdouble x21, gdouble y2, gdouble x12, gdouble x22)
:
none
Draws a trapezoid with the parallel sides aligned with the X axis
using the given PangoRenderer; coordinates are in device space. |
Pango.Renderer
Method |
get_color
(RenderPart part)
:
Pango.Color
Gets the current rendering color for the specified part.
|
Pango.Renderer
Method |
part_changed
(RenderPart part)
:
none
Informs Pango that the way that the rendering is done
for part has changed in a way that would prevent multiple pieces being joined together into one drawing call. |
Pango.Renderer
Method |
set_color
(RenderPart part, Color color)
:
none
Sets the color for part of the rendering.
|