Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <pangoxft-render.h>
Data Fields | |
PangoRendererClass | parent_class |
void(* | composite_trapezoids )(PangoXftRenderer *xftrenderer, PangoRenderPart part, XTrapezoid *trapezoids, int n_trapezoids) |
void(* | composite_glyphs )(PangoXftRenderer *xftrenderer, XftFont *xft_font, XftGlyphSpec *glyphs, int n_glyphs) |
PangoXftRendererClass: @composite_trapezoids: draw the specified trapezoids using the current color and other attributes for @part @composite_glyphs: draw the specified glyphs using the current foreground color and other foreground attributes
The class structure for PangoXftRenderer
Since: 1.8
Definition at line 91 of file pangoxft-render.h.
void(* _PangoXftRendererClass::composite_glyphs) (PangoXftRenderer *xftrenderer, XftFont *xft_font, XftGlyphSpec *glyphs, int n_glyphs) |
Definition at line 101 of file pangoxft-render.h.
void(* _PangoXftRendererClass::composite_trapezoids) (PangoXftRenderer *xftrenderer, PangoRenderPart part, XTrapezoid *trapezoids, int n_trapezoids) |
Definition at line 97 of file pangoxft-render.h.
PangoRendererClass _PangoXftRendererClass::parent_class |
Definition at line 94 of file pangoxft-render.h.