Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pangoGlyphItemSplit

pangoGlyphItemSplit


Description

Modifies orig to cover only the text after split.index, and returns a new item that covers the text before split.index that used to be in orig. You can think of split.index as the length of the returned item. split.index may not be 0, and it may not be greater than or equal to the length of orig (that is, there must be at least one byte assigned to each item, you can't create a zero-length item).

Usage

pangoGlyphItemSplit(orig, text, split.index)

Arguments

orig

[PangoGlyphItem] a PangoItem

text

[char] text to which positions in orig apply

split.index

[integer] byte index of position to split item, relative to the start of the item

Details

This function is similar in function to pangoItemSplit (and uses it internally.) Since 1.2

Value

[PangoGlyphItem] the newly allocated item representing text before split.index,

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.