summaryrefslogtreecommitdiff
path: root/include/fitz/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fitz/text.h')
-rw-r--r--include/fitz/text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fitz/text.h b/include/fitz/text.h
index 1a321f8f..8bb6ee5a 100644
--- a/include/fitz/text.h
+++ b/include/fitz/text.h
@@ -16,6 +16,7 @@ struct fz_textnode_s
};
fz_error *fz_newtextnode(fz_textnode **textp, fz_font *face);
+fz_error *fz_clonetextnode(fz_textnode **textp, fz_textnode *oldtext);
fz_error *fz_addtext(fz_textnode *text, int g, float x, float y);
fz_error *fz_endtext(fz_textnode *text);