Back to Seed Clases

Pango


Classes

Interfaces

Structs

Unions

Enums

Enum Pango.RenderPart

Import line: Pango = imports.gi.Pango;
GIR File: Pango-1.0.gir
C documentation: Pango.RenderPart
Enum : RenderPart
PangoRenderPart defines different items to render for such
purposes as setting colors.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Pango.Renderer
Method
draw_rectangle (RenderPart part, gint32 x, gint32 y, gint32 width, gint32 height) : none
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:16:41 GMT+0800 (HKT)