diff options
author | Antia Puentes <[email protected]> | 2013-07-10 17:47:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-09-06 18:25:34 +0200 |
commit | 7a9f2cc8fa9c783b4b00c7990bc01ec6b64018ab (patch) | |
tree | d0afec61293f674993c18126522ad7de3583b23d /libview/ev-page-cache.h | |
parent | 2a7eb0b7ae2af2fa56e92e6c4a3b241833c3ea96 (diff) | |
download | atril-7a9f2cc8fa9c783b4b00c7990bc01ec6b64018ab.tar.bz2 atril-7a9f2cc8fa9c783b4b00c7990bc01ec6b64018ab.tar.xz |
libview: Get text attributes from backend and save them in page cache
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=4592007
Diffstat (limited to 'libview/ev-page-cache.h')
-rw-r--r-- | libview/ev-page-cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libview/ev-page-cache.h b/libview/ev-page-cache.h index 08d5ec7d..a0e56af4 100644 --- a/libview/ev-page-cache.h +++ b/libview/ev-page-cache.h @@ -66,6 +66,8 @@ gboolean ev_page_cache_get_text_layout (EvPageCache *cach gint page, EvRectangle **areas, guint *n_areas); +PangoAttrList *ev_page_cache_get_text_attrs (EvPageCache *cache, + gint page); gboolean ev_page_cache_get_text_log_attrs (EvPageCache *cache, gint page, PangoLogAttr **log_attrs, |