pangoRendererActivate {RGtk2}R Documentation

pangoRendererActivate

Description

Does initial setup before rendering operations on renderer. pangoRendererDeactivate should be called when done drawing. Calls such as pangoRendererDrawLayout automatically activate the layout before drawing on it. Calls to pangoRendererActivate and pangoRendererDeactivate can be nested and the renderer will only be initialized and deinitialized once.

Usage

pangoRendererActivate(object)

Arguments

object [PangoRenderer] a PangoRenderer

Details

Since 1.8

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]