Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_PangoRenderer Struct Reference

#include <pango-renderer.h>

Data Fields

GObject parent_instance
 
PangoUnderline underline
 
gboolean strikethrough
 
int active_count
 
PangoMatrixmatrix
 
PangoRendererPrivatepriv
 

Detailed Description

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.

Field Documentation

◆ active_count

int _PangoRenderer::active_count

Definition at line 84 of file pango-renderer.h.

◆ matrix

PangoMatrix* _PangoRenderer::matrix

Definition at line 87 of file pango-renderer.h.

◆ parent_instance

GObject _PangoRenderer::parent_instance

Definition at line 80 of file pango-renderer.h.

◆ priv

PangoRendererPrivate* _PangoRenderer::priv

Definition at line 90 of file pango-renderer.h.

◆ strikethrough

gboolean _PangoRenderer::strikethrough

Definition at line 83 of file pango-renderer.h.

◆ underline

PangoUnderline _PangoRenderer::underline

Definition at line 82 of file pango-renderer.h.


The documentation for this struct was generated from the following file: