summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdfview_c_api_test.c
diff options
context:
space:
mode:
authorAndrew Weintraub <asweintraub@google.com>2017-08-11 11:36:51 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-08-12 00:29:04 +0000
commitd3002340caad8d688d0e4928a36e90d354a797bd (patch)
treee87182d51b22e04ae553354655a061d9d099b1b7 /fpdfsdk/fpdfview_c_api_test.c
parent3c03439a81731233a5410fa4ea029721c021d42c (diff)
downloadpdfium-d3002340caad8d688d0e4928a36e90d354a797bd.tar.xz
Add a new public method to get the the origin of a character.
Bug: Change-Id: I376f4af26791cd4ed04049ab179c2b39dd262725 Reviewed-on: https://pdfium-review.googlesource.com/10690 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'fpdfsdk/fpdfview_c_api_test.c')
-rw-r--r--fpdfsdk/fpdfview_c_api_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fpdfsdk/fpdfview_c_api_test.c b/fpdfsdk/fpdfview_c_api_test.c
index 8276eb64b7..88b7465744 100644
--- a/fpdfsdk/fpdfview_c_api_test.c
+++ b/fpdfsdk/fpdfview_c_api_test.c
@@ -254,6 +254,7 @@ int CheckPDFiumCApi() {
CHK(FPDFText_GetUnicode);
CHK(FPDFText_GetFontSize);
CHK(FPDFText_GetCharBox);
+ CHK(FPDFText_GetCharOrigin);
CHK(FPDFText_GetCharIndexAtPos);
CHK(FPDFText_GetText);
CHK(FPDFText_CountRects);