summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-02-22 12:39:43 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-02-22 12:39:43 +0100
commit35a0cb70629c57eb94cb99fec83f994d3d496a7b (patch)
tree0ca6829138eb11ce917586e2575fa45ad66fa4c4 /include
parent6c70e3bde6aa39250596a553ec2952700b214d05 (diff)
downloadmupdf-35a0cb70629c57eb94cb99fec83f994d3d496a7b.tar.xz
Rename fz_add_text to fz_show_glyph.
Match naming of fz_moveto/lineto etc for paths.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/fitz/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/fitz/text.h b/include/mupdf/fitz/text.h
index 090d372d..1a14fb83 100644
--- a/include/mupdf/fitz/text.h
+++ b/include/mupdf/fitz/text.h
@@ -49,7 +49,7 @@ fz_text *fz_new_text(fz_context *ctx);
fz_text *fz_keep_text(fz_context *ctx, const fz_text *text);
void fz_drop_text(fz_context *ctx, const fz_text *text);
-void fz_add_text(fz_context *ctx, fz_text *text, fz_font *font, int wmode, const fz_matrix *trm, int gid, int ucs);
+void fz_show_glyph(fz_context *ctx, fz_text *text, fz_font *font, int wmode, const fz_matrix *trm, int glyph, int unicode);
fz_rect *fz_bound_text(fz_context *ctx, const fz_text *text, const fz_stroke_state *stroke, const fz_matrix *ctm, fz_rect *r);
fz_text *fz_clone_text(fz_context *ctx, const fz_text *text);