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
  Show / Hide Inherited methods, properties and signals
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
Gdk.PangoRenderer
Method
set_stipple (RenderPart part, Bitmap stipple) : none
Sets the stipple for one render part (foreground, background, underline, etc.
Gdk.PangoRenderer
Method
set_override_color (RenderPart part, Color color) : none
Sets the color for a particular render part (foreground, background, underline, etc.
Pango.Renderer
Method
draw_rectangle (RenderPart part, Number x, Number y, Number width, Number height) : none
Draws an axis-aligned rectangle in user space coordinates with the specified PangoRenderer.
Pango.Renderer
Method
draw_trapezoid (RenderPart part, Number y1_, Number x11, Number x21, Number y2, Number x12, Number 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
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.
Pango.Renderer
Method
get_color (RenderPart part) : Pango.Color
Gets the current rendering color for the specified part.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:54 GMT+0800 (HKT)