pangoShape: pangoShape

Description Usage Arguments Author(s)

View source: R/pangoManuals.R

Description

Given a segment of text and the corresponding PangoAnalysis structure returned from pangoItemize, convert the characters into glyphs. You may also pass in only a substring of the item from pangoItemize.

Usage

1
pangoShape(text, analysis, glyphs)

Arguments

text

[character] the text to process

analysis

[PangoAnalysis] PangoAnalysis structure from pangoItemize

glyphs

[PangoGlyphString] glyph string in which to store results

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to pangoShape in RGtk2...