Back to Seed Clases

Pango


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Pango.Font

Class Pango.Font

Import line: Pango = imports.gi.Pango;
GIR File: Pango-1.0.gir
C documentation: Pango.Font
Class : Font
Extends: GObject.Object
Properties
None
Methods / Constructors
Method / Constructor Defined By
 
new Pango.Font ()
Create a new Pango.Font
Create a new Pango.Font
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Pango.GlyphString
Method
extents (Font font, Rectangle ink_rect, Rectangle logical_rect) : none
Compute the logical and ink extents of a glyph string.
Pango.GlyphString
Method
extents_range (gint32 start, gint32 end, Font font, Rectangle ink_rect, Rectangle logical_rect) : none
or NULL to indicate that the result is not needed.
Pango.Renderer
Method
draw_glyph (Font font, guint32 glyph, gdouble x, gdouble y) : none
Draws a single glyph with coordinates in device space.
Pango.Renderer
Method
draw_glyphs (Font font, GlyphString glyphs, gint32 x, gint32 y) : none
Draws the glyphs in glyphs with the specified PangoRenderer.
PangoCairo
Method
PangoCairo.glyph_string_path (Context cr, Font font, GlyphString glyphs) : none
Adds the glyphs in glyphs to the current path in the specified
cairo context.
PangoCairo
Method
PangoCairo.show_glyph_string (Context cr, Font font, GlyphString glyphs) : none
Draws the glyphs in glyphs in the specified cairo context.
PangoFT2
Method
PangoFT2.font_get_kerning (Font font, guint32 left, guint32 right) : gint32
Retrieves kerning information for a combination of two glyphs.
PangoFT2
Method
PangoFT2.get_unknown_glyph (Font font) : guint32
Return the index of a glyph suitable for drawing unknown characters with
If you want to draw an unknown-box for a character that is not covered
by the font,
use PANGO_GET_UNKNOWN_GLYPH() instead.
PangoFT2
Method
PangoFT2.render (Bitmap bitmap, Font font, GlyphString glyphs, gint32 x, gint32 y) : none
PangoFT2
Method
PangoFT2.render_transformed (Bitmap bitmap, Matrix matrix, Font font, GlyphString glyphs, gint32 x, gint32 y) : none
PangoXft
Method
PangoXft.picture_render (Display display, Picture src_picture, Picture dest_picture, Font font, GlyphString glyphs, gint32 x, gint32 y) : none
Renders a PangoGlyphString onto an Xrender Picture object.
PangoXft
Method
PangoXft.render (Draw draw, Color color, Font font, GlyphString glyphs, gint32 x, gint32 y) : none
Renders a PangoGlyphString onto an XftDraw object wrapping an X drawable.
PangoXft
Method
PangoXft.render_transformed (Draw draw, Color color, Matrix matrix, Font font, GlyphString glyphs, gint32 x, gint32 y) : none
Renders a PangoGlyphString onto a XftDraw, possibly
transforming the layed-out coordinates through a transformation
matrix.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:16:35 GMT+0800 (HKT)