Description Usage Arguments Value Author(s)
Computes a PangoLogAttr
for each character in text
. The log.attrs
array must have one PangoLogAttr
for each position in text
; if
text
contains N characters, it has N+1 positions, including the
last position at the end of the text. text
should be an entire
paragraph; logical attributes can't be computed without context
(for example you need to see spaces on either side of a word to know
the word is a word).
1 | pangoGetLogAttrs(text, level, language)
|
|
[char] text to process |
|
[integer] embedding level, or -1 if unknown |
|
[ |
A list containing the following elements:
|
[ |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.