diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-07-03 13:52:33 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-07-03 13:52:33 +0000 |
commit | 1448cc11b9be67d2d1fcd3f2f833cc6f79ad8d42 (patch) | |
tree | a18b7e09d4c1c7fea4e92536727fe86c9f75bae6 /fpdfsdk/fpdf_view_c_api_test.c | |
parent | 825f29ce7a61fc5d0ea12c5fd7aaa88984adb965 (diff) | |
download | pdfium-1448cc11b9be67d2d1fcd3f2f833cc6f79ad8d42.tar.xz |
Add FPDFText_GetTextRenderMode() API
This allows deciding if FPDFPageObj_GetFillColor() or
FPDFPageObj_GetStrokeColor() should be used to get the effective color
of a text object.
Change-Id: Ic6e99a9eb8512b164756da8b5fcd8cd7771271ae
Reviewed-on: https://pdfium-review.googlesource.com/36750
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fpdfsdk/fpdf_view_c_api_test.c')
-rw-r--r-- | fpdfsdk/fpdf_view_c_api_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpdfsdk/fpdf_view_c_api_test.c b/fpdfsdk/fpdf_view_c_api_test.c index 997423a4a8..1837b58e2a 100644 --- a/fpdfsdk/fpdf_view_c_api_test.c +++ b/fpdfsdk/fpdf_view_c_api_test.c @@ -197,6 +197,7 @@ int CheckPDFiumCApi() { CHK(FPDFPath_SetStrokeWidth); CHK(FPDFTextObj_GetFontSize); CHK(FPDFText_GetMatrix); + CHK(FPDFText_GetTextRenderMode); CHK(FPDFText_LoadFont); CHK(FPDFText_LoadStandardFont); CHK(FPDFText_SetFillColor); |