From 35a0cb70629c57eb94cb99fec83f994d3d496a7b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 22 Feb 2016 12:39:43 +0100 Subject: Rename fz_add_text to fz_show_glyph. Match naming of fz_moveto/lineto etc for paths. --- source/fitz/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/fitz/text.c') diff --git a/source/fitz/text.c b/source/fitz/text.c index c9dfda9d..87aa2e79 100644 --- a/source/fitz/text.c +++ b/source/fitz/text.c @@ -80,7 +80,7 @@ fz_grow_text_span(fz_context *ctx, fz_text_span *span, int n) } void -fz_add_text(fz_context *ctx, fz_text *text, fz_font *font, int wmode, const fz_matrix *trm, int gid, int ucs) +fz_show_glyph(fz_context *ctx, fz_text *text, fz_font *font, int wmode, const fz_matrix *trm, int gid, int ucs) { fz_text_span *span; -- cgit v1.2.3