Import line: | PangoXft = imports.gi.PangoXft; |
GIR File: | PangoXft-1.0.gir |
C documentation: | PangoXft |
Namespace : | PangoXft |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
String PangoXft.PANGO_RENDER_TYPE_XFT : PangoRenderXft
|
None |
Method / Constructor | Defined By | |
---|---|---|
Retrieves a PangoContext appropriate for rendering with Xft fonts on the given screen of the given display.
Retrieves a PangoContext appropriate for rendering with Xft fonts on the given screen of the given display. pango_font_map_create_context() instead.
|
PangoXft | |
Returns the PangoXftFontmap for the given display and screen.
Returns the PangoXftFontmap for the given display and screen. The fontmap is owned by Pango and will be valid until the display is closed.
|
PangoXft | |
PangoXft.picture_render
(Display display, Picture src_picture, Picture dest_picture, Font font, GlyphString glyphs, Number x, Number 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, Number x, Number 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, Number 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 |