diff options
author | Robin Watts <Robin.Watts@artifex.com> | 2016-12-08 11:54:22 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2016-12-12 12:50:33 +0000 |
commit | 18047ba214125987d4be0af6bd1c112615021a69 (patch) | |
tree | 6ed1ba47b0aa8f75f9c9ea01a1c1afab735042f2 /include | |
parent | 0ad566ce63132cbd3f26dd2c0a67f9ccd4cc16ec (diff) | |
download | mupdf-18047ba214125987d4be0af6bd1c112615021a69.tar.xz |
Fix API comment.
Diffstat (limited to 'include')
-rw-r--r-- | include/mupdf/fitz/text.h | 2 |
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. |