summaryrefslogtreecommitdiff
path: root/pango/pango.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2000-07-06 23:32:42 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-07-06 23:32:42 +0000
commit420062f86db398b4df038f42e01e3db5cd656a7d (patch)
tree73369cfff3ffafa006e2909e07c8ad48e0f8bca5 /pango/pango.h
parent3d95e7ed152e045e311f855a8028746fc9ab38be (diff)
downloadpango-420062f86db398b4df038f42e01e3db5cd656a7d.tar.gz
Implement this function, to get logical attributes without a
2000-07-06 Havoc Pennington <hp@redhat.com> * pango/break.c (pango_get_log_attrs): Implement this function, to get logical attributes without a PangoAnalysis. (pango_break): Fix bug in word stop location
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,