Description Usage Arguments Details Value Author(s)
Creates a layout object set up to match the current transformation
and target surface of the Cairo context. This layout can then be
used for text measurement with functions like
pangoLayoutGetSize
or drawing with functions like
pangoCairoShowLayout
. If you change the transformation
or target surface for cr
, you need to call pangoCairoUpdateLayout
1 |
|
[ |
This function is the most convenient way to use Cairo with Pango,
however it is slightly inefficient since it creates a separate
PangoContext
object for each layout. This might matter in an
application that was laying out large amounts of text.
Since 1.10
[PangoLayout
] the newly created PangoLayout
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.