pangoCairoUpdateContext {RGtk2} | R Documentation |
Updates a PangoContext
previously created for use with Cairo to
match the current transformation and target surface of a Cairo
context. If any layouts have been created for the context,
it's necessary to call pangoLayoutContextChanged
on those
layouts.
pangoCairoUpdateContext(cr, context)
|
[Cairo ] a Cairo context |
|
[PangoContext ] a PangoContext , from pangoCairoFontMapCreateContext |
Since 1.10
Derived by RGtkGen from GTK+ documentation