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
Properties
None
Methods / Constructors
Method / Constructor Defined By
 
new Pango.Layout ()
Create a new Pango.Layout
Create a new Pango.Layout
 
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.
Gkbd.KeyboardDrawing
Method
render (Context cr, Layout layout, gdouble x, gdouble y, gdouble width, gdouble height, gdouble dpi_x, gdouble dpi_y) : gboolean
Gtk
Method
Gtk.paint_layout (Style style, Context cr, StateType state_type, gboolean use_text, Widget widget, String detail, gint32 x, gint32 y, Layout layout) : none
Draws a layout on cr using the given parameters.
Gtk
Method
Gtk.render_layout (StyleContext context, Context cr, gdouble x, gdouble y, Layout layout) : none
Renders layout on the coordinates x, y
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.Renderer
Method
draw_layout (Layout layout, gint32 x, gint32 y) : none
Draws layout with the specified PangoRenderer.
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, gint32 x, gint32 y) : none
PangoFT2
Method
PangoFT2.render_layout_subpixel (Bitmap bitmap, Layout layout, gint32 x, gint32 y) : none
PangoXft
Method
PangoXft.render_layout (Draw draw, Color color, Layout layout, gint32 x, gint32 y) : none
Render a PangoLayout onto a XftDraw
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:16:36 GMT+0800 (HKT)