Import line: | PangoXft = imports.gi.PangoXft; |
GIR File: | PangoXft-1.0.gir |
C documentation: | PangoXft |
Namespace : | PangoXft |
None |
Method / Constructor | Defined By | |
---|---|---|
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
Renders a PangoGlyphString onto an Xrender
|
PangoXft | |
Renders a PangoGlyphString onto an
Renders a PangoGlyphString onto an
|
PangoXft | |
Render a PangoLayout onto a XftDraw
Render a PangoLayout onto a XftDraw
|
PangoXft | |
Render a PangoLayoutLine onto a XftDraw
Render a PangoLayoutLine onto a XftDraw
|
PangoXft | |
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.
Renders a PangoGlyphString onto a XftDraw, possibly
transforming the layed-out coordinates through a transformation matrix. Note that the transformation matrix for font is not changed, so to produce correct rendering results, the font must have been loaded using a PangoContext with an identical transformation matrix to that passed in to this function.
|
PangoXft | |
PangoXft.set_default_substitute
(Display display, gint32 screen, Function func, void* data, Function notify)
:
none
Sets a function that will be called to do final configuration
substitution on a FcPattern before it is used to load the font.
Sets a function that will be called to do final configuration
substitution on a FcPattern before it is used to load the font. This function can be used to do things like set hinting and antialiasing options.
|
PangoXft | |
Release any resources that have been cached for the
combination of display and screen.
Release any resources that have been cached for the
combination of display and screen. Note that when the X display is closed, resources are released automatically, without needing to call this function.
|
PangoXft | |
Call this function any time the results of the
default substitution function set with pango_xft_set_default_substitute() change.
Call this function any time the results of the
default substitution function set with pango_xft_set_default_substitute() change. That is, if your substitution function will return different results for the same input pattern, you must call this function.
|
PangoXft |
None |