pangoLayoutCopy: pangoLayoutCopy

Description Usage Arguments Value Author(s)

View source: R/pangoFuncs.R

Description

Does a deep copy-by-value of the src layout. The attribute list, tab list, and text from the original layout are all copied by value.

Usage

1

Arguments

object

[PangoLayout] a PangoLayout

Value

[PangoLayout] the newly allocated PangoLayout, with a reference count of one,

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to pangoLayoutCopy in RGtk2...