diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-12-02 13:56:12 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-12-02 13:56:12 +0100 |
commit | 1dfbba0a2142c0786714c1d476fc2736044a02ac (patch) | |
tree | 6f07352c4919407aff150d9cb89e2d7415e7f392 /include/fitz/text.h | |
parent | 5c335f9337724f61c14af143b18f0891c58dbacd (diff) | |
download | mupdf-1dfbba0a2142c0786714c1d476fc2736044a02ac.tar.xz |
text fill then clip render mode
Diffstat (limited to 'include/fitz/text.h')
-rw-r--r-- | include/fitz/text.h | 1 |
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); |