Back to Seed Clases

Pango


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Pango.Layout

Class Pango.Layout

Import line: Pango = imports.gi.Pango;
GIR File: Pango-1.0.gir
C documentation: Pango.Layout
Class : Layout
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.Actor
Method
create_pango_layout (String text) : Pango.Layout
Creates a new PangoLayout from the same PangoContext used by the ClutterActor.
Clutter.Text
Method
get_layout () : Pango.Layout
Retrieves the current PangoLayout used by a ClutterText actor.
Gdk
Method
Gdk.draw_layout (Drawable drawable, GC gc, Number x, Number y, Layout layout) : none
Render a PangoLayout onto a GDK drawable If the layout's PangoContext has a transformation matrix set, then bounding box (in device space) of the transformed layout.
Gdk
Method
Gdk.draw_layout_with_colors (Drawable drawable, GC gc, Number x, Number y, Layout layout, Color foreground, Color background) : none
Render a PangoLayout onto a GdkDrawable, overriding the layout's normal colors with foreground and/or background.
Gdk
Method
Gdk.pango_layout_get_clip_region (Layout layout, Number x_origin, Number y_origin, Object out_values, Number n_ranges) : Gdk.Region
Obtains a clip region which contains the areas where the given ranges of text would be drawn.
Gtk
Method
Gtk.draw_layout (Style style, Window window, StateType state_type, Boolean use_text, Number x, Number y, Layout layout) : none
Draws a layout on window using the given parameters.
Gtk
Method
Gtk.paint_layout (Style style, Window window, StateType state_type, Boolean use_text, Rectangle area, Widget widget, String detail, Number x, Number y, Layout layout) : none
Draws a layout on window using the given parameters.
Gtk.Entry
Method
get_layout () : Pango.Layout
Gets the PangoLayout used to display the entry.
Gtk.Label
Method
get_layout () : Pango.Layout
Gets the PangoLayout used to display the label.
Gtk.PrintContext
Method
create_pango_layout () : Pango.Layout
Creates a new PangoLayout that is suitable for use with the GtkPrintContext.
Gtk.Scale
Method
get_layout () : Pango.Layout
Gets the PangoLayout used to display the scale.
Gtk.Widget
Method
create_pango_layout (String text) : Pango.Layout
Creates a new PangoLayout with the appropriate font map, font description, and base direction for drawing text for this widget.
Pango.LayoutIter
Method
get_layout () : Pango.Layout
Gets the layout associated with a PangoLayoutIter.
Pango.Renderer
Method
draw_layout (Layout layout, Number x, Number y) : none
Draws layout with the specified PangoRenderer.
Pango.Renderer
Method
get_layout () : Pango.Layout
Gets the layout currently being rendered using renderer.
PangoCairo
Method
PangoCairo.create_layout (Context cr) : Pango.Layout
Creates a layout object set up to match the current transformation and target surface of the Cairo context.
PangoCairo
Method
PangoCairo.layout_path (Context cr, Layout layout) : none
Adds the text in a PangoLayout to the current path in the specified cairo context.
PangoCairo
Method
PangoCairo.show_layout (Context cr, Layout layout) : none
Draws a PangoLayout in the specified cairo context.
PangoCairo
Method
PangoCairo.update_layout (Context cr, Layout layout) : none
Updates the private PangoContext of a PangoLayout created with pango_cairo_create_layout() to match the current transformation and target surface of a Cairo context.
PangoFT2
Method
PangoFT2.render_layout (Bitmap bitmap, Layout layout, Number x, Number y) : none
PangoFT2
Method
PangoFT2.render_layout_subpixel (Bitmap bitmap, Layout layout, Number x, Number y) : none
PangoX
Method
PangoX.render_layout (Display display, Drawable drawable, GC gc, Layout layout, Number x, Number y) : none
PangoXft
Method
PangoXft.render_layout (Draw draw, Color color, Layout layout, Number x, Number y) : none
Render a PangoLayout onto a XftDraw
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:53 GMT+0800 (HKT)