summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2016-12-08 11:54:22 +0000
committerRobin Watts <robin.watts@artifex.com>2016-12-12 12:50:33 +0000
commit18047ba214125987d4be0af6bd1c112615021a69 (patch)
tree6ed1ba47b0aa8f75f9c9ea01a1c1afab735042f2
parent0ad566ce63132cbd3f26dd2c0a67f9ccd4cc16ec (diff)
downloadmupdf-18047ba214125987d4be0af6bd1c112615021a69.tar.xz
Fix API comment.
-rw-r--r--include/mupdf/fitz/text.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mupdf/fitz/text.h b/include/mupdf/fitz/text.h
index a0485173..cff81b60 100644
--- a/include/mupdf/fitz/text.h
+++ b/include/mupdf/fitz/text.h
@@ -125,8 +125,6 @@ void fz_show_glyph(fz_context *ctx, fz_text *text, fz_font *font, const fz_matri
trm: The transform to use. Will be updated according
to the advance of the string on exit.
- glyph: The glyph id to add.
-
s: The utf-8 string to add.
wmode: 1 for vertical mode, 0 for horizontal.