Description Usage Arguments Details Author(s)
Informs Pango that the way that the rendering is done
for part
has changed in a way that would prevent multiple
pieces being joined together into one drawing call. For
instance, if a subclass of PangoRenderer
was to add a stipple
option for drawing underlines, it needs to call
1 | pangoRendererPartChanged(object, part)
|
|
[ |
|
[ |
1 | pango_renderer_part_changed (render, PANGO_RENDER_PART_UNDERLINE);
|
When the stipple changes or underlines with different stipples
might be joined together. Pango automatically calls this for
changes to colors. (See pangoRendererSetColor
)
Since 1.8
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.