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
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
Pango.Layout
Method
get_line (gint32 line) : Pango.LayoutLine
Retrieves a particular line from a PangoLayout.
Pango.Layout
Method
get_line_readonly (gint32 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, gint32 x, gint32 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, gint32 x, gint32 y) : none
PangoFT2
Method
PangoFT2.render_layout_line_subpixel (Bitmap bitmap, LayoutLine line, gint32 x, gint32 y) : none
PangoXft
Method
PangoXft.render_layout_line (Draw draw, Color color, LayoutLine line, gint32 x, gint32 y) : none
Render a PangoLayoutLine onto a XftDraw
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:16:40 GMT+0800 (HKT)