summaryrefslogtreecommitdiff
path: root/pango/pango.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango.h')
-rw-r--r--pango/pango.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pango/pango.h b/pango/pango.h
index 5d083b9f..e0652fd0 100644
--- a/pango/pango.h
+++ b/pango/pango.h
@@ -57,6 +57,12 @@ void pango_break (const gchar *text,
PangoAnalysis *analysis,
PangoLogAttr *attrs);
+void pango_get_log_attrs (const char *text,
+ int length,
+ int level,
+ const char *language,
+ PangoLogAttr *log_attrs);
+
/* Turn a string of characters into a string of glyphs
*/
void pango_shape (const gchar *text,