Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <pango-renderer.h>
Data Fields | |
GObject | parent_instance |
PangoUnderline | underline |
gboolean | strikethrough |
int | active_count |
PangoMatrix * | matrix |
PangoRendererPrivate * | priv |
PangoRenderer: @matrix: (nullable): the current transformation matrix for the Renderer; may be NULL, which should be treated the same as the identity matrix.
PangoRenderer
is a base class for objects that can render text provided as PangoGlyphString
or PangoLayout
.
By subclassing PangoRenderer
and overriding operations such as @draw_glyphs and @draw_rectangle, renderers for particular font backends and destinations can be created.
Since: 1.8
Definition at line 77 of file pango-renderer.h.
int _PangoRenderer::active_count |
Definition at line 84 of file pango-renderer.h.
PangoMatrix* _PangoRenderer::matrix |
Definition at line 87 of file pango-renderer.h.
GObject _PangoRenderer::parent_instance |
Definition at line 80 of file pango-renderer.h.
PangoRendererPrivate* _PangoRenderer::priv |
Definition at line 90 of file pango-renderer.h.
gboolean _PangoRenderer::strikethrough |
Definition at line 83 of file pango-renderer.h.
PangoUnderline _PangoRenderer::underline |
Definition at line 82 of file pango-renderer.h.