get_text_attribute_value
Description:
Gets the value of a named attribute at a given offset.
Parameters:
| this |
a pointer to the Text object to query. |
| offset |
The character offset at which to query the attribute. |
| attribute_name |
The attribute to query. |
Returns:
|
the value of a given attribute at the given offset, or null if not present. |