Back to Seed Clases

Pango


Classes

Interfaces

Structs

Unions

Enums

Struct Pango.LayoutLine

Import line: Pango = imports.gi.Pango;
GIR File: Pango-1.0.gir
C documentation: Pango.LayoutLine
Struct : LayoutLine
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Pango.LayoutLine ()
Create a new Pango.LayoutLine
Create a new Pango.LayoutLine
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gdk
Method
Gdk.draw_layout_line (Drawable drawable, GC gc, Number x, Number y, LayoutLine line) : none
Render a PangoLayoutLine onto an GDK drawable If the layout's PangoContext has a transformation matrix set, then (left is in before-tranform user coordinates) in after-transform device coordinates.
Gdk
Method
Gdk.draw_layout_line_with_colors (Drawable drawable, GC gc, Number x, Number y, LayoutLine line, Color foreground, Color background) : none
Render a PangoLayoutLine onto a GdkDrawable, overriding the layout's normal colors with foreground and/or background.
Gdk
Method
Gdk.pango_layout_line_get_clip_region (LayoutLine line, 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.
Pango.Layout
Method
get_line (Number line) : Pango.LayoutLine
Retrieves a particular line from a PangoLayout.
Pango.Layout
Method
get_line_readonly (Number line) : Pango.LayoutLine
Retrieves a particular line from a PangoLayout.
Pango.LayoutIter
Method
get_line () : Pango.LayoutLine
Gets the current line.
Pango.LayoutIter
Method
get_line_readonly () : Pango.LayoutLine
Gets the current line for read-only access.
Pango.Renderer
Method
draw_layout_line (LayoutLine line, Number x, Number y) : none
Draws line with the specified PangoRenderer.
Pango.Renderer
Method
get_layout_line () : Pango.LayoutLine
Gets the layout line currently being rendered using renderer.
PangoCairo
Method
PangoCairo.layout_line_path (Context cr, LayoutLine line) : none
Adds the text in PangoLayoutLine to the current path in the specified cairo context.
PangoCairo
Method
PangoCairo.show_layout_line (Context cr, LayoutLine line) : none
Draws a PangoLayoutLine in the specified cairo context.
PangoFT2
Method
PangoFT2.render_layout_line (Bitmap bitmap, LayoutLine line, Number x, Number y) : none
PangoFT2
Method
PangoFT2.render_layout_line_subpixel (Bitmap bitmap, LayoutLine line, Number x, Number y) : none
PangoX
Method
PangoX.render_layout_line (Display display, Drawable drawable, GC gc, LayoutLine line, Number x, Number y) : none
PangoXft
Method
PangoXft.render_layout_line (Draw draw, Color color, LayoutLine line, Number x, Number y) : none
Render a PangoLayoutLine 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)