Back to Seed Clases

Pango


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Pango.Context

Class Pango.Context

Import line: Pango = imports.gi.Pango;
GIR File: Pango-1.0.gir
C documentation: Pango.Context
Class : Context
Extends: GObject.Object
Properties
None
Methods / Constructors
Method / Constructor Defined By
 
new Pango.Context ()
Create a new Pango.Context
Create a new Pango.Context
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.Actor
Method
create_pango_context () : Pango.Context
Creates a PangoContext for the given actor.
Clutter.Actor
Method
get_pango_context () : Pango.Context
Retrieves the PangoContext for self.
Gdk
Method
Gdk.pango_context_get () : Pango.Context
Creates a PangoContext for the default GDK screen.
Gdk
Method
Gdk.pango_context_get_for_screen (Screen screen) : Pango.Context
Creates a PangoContext for screen.
Gtk.PrintContext
Method
create_pango_context () : Pango.Context
Creates a new PangoContext that can be used with the
GtkPrintContext.
Gtk.Widget
Method
create_pango_context () : Pango.Context
Creates a new PangoContext with the appropriate font map,
font description, and base direction for drawing text for
this widget.
Gtk.Widget
Method
get_pango_context () : Pango.Context
Gets a PangoContext with the appropriate font map, font description,
and base direction for this widget.
Pango.Layout
Method
new Pango.Layout.c_new (Context context) : Pango.Layout
Create a new Pango.Layout
Pango.Layout
Method
get_context () : Pango.Context
Retrieves the PangoContext used for this layout.
PangoCairo
Method
PangoCairo.context_get_font_options (Context context) : cairo.FontOptions
Retrieves any font rendering options previously set with
pango_cairo_font_map_set_font_options().
PangoCairo
Method
PangoCairo.context_get_resolution (Context context) : gdouble
Gets the resolution for the context.
PangoCairo
Method
PangoCairo.context_set_font_options (Context context, FontOptions options) : none
Sets the font options used when rendering text with this context.
PangoCairo
Method
PangoCairo.context_set_resolution (Context context, gdouble dpi) : none
Sets the resolution for the context.
PangoCairo
Method
PangoCairo.context_set_shape_renderer (Context context, Function func, void* data, Function dnotify) : none
Sets callback function for context to use for rendering attributes
of type PANGO_ATTR_SHAPE.
PangoCairo
Method
PangoCairo.update_context (Context cr, Context context) : none
Updates a PangoContext previously created for use with Cairo to
match the current transformation and target surface of a Cairo
context.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:16:35 GMT+0800 (HKT)