pangoBreak: pangoBreak

Description Usage Arguments Value Author(s)

View source: R/pangoManuals.R

Description

Determines possible line, word, and character breaks for a string of Unicode text with a single analysis. For most purposes you may want to use pangoGetLogAttrs.

Usage

1
pangoBreak(text, analysis)

Arguments

text

[character] the text to process

analysis

[PangoAnalysis] PangoAnalysis structure from pangoItemize

Value

A list containing the following elements:

attrs

[PangoLogAttr] a list to store character information in

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to pangoBreak in RGtk2...