summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdf_view_c_api_test.c
diff options
context:
space:
mode:
authorNicolas Pena <npm@chromium.org>2018-06-13 18:23:46 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-06-13 18:23:46 +0000
commit4c48b107c6d1e3d3029910062368d8d954e8f28a (patch)
tree18d0c3c14cab579431dd6cd765ad0e405527f0e8 /fpdfsdk/fpdf_view_c_api_test.c
parentfb6b382bea56ca22bacce1379230680d17cf5896 (diff)
downloadpdfium-4c48b107c6d1e3d3029910062368d8d954e8f28a.tar.xz
Add FPDFText_LoadStandardFont to public API
Bug: pdfium:978 Change-Id: I0dcffdfd1b19b83e5234da7791cb3f3e52cc257b Reviewed-on: https://pdfium-review.googlesource.com/35110 Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'fpdfsdk/fpdf_view_c_api_test.c')
-rw-r--r--fpdfsdk/fpdf_view_c_api_test.c1
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 34ac5518a3..543a7d1a78 100644
--- a/fpdfsdk/fpdf_view_c_api_test.c
+++ b/fpdfsdk/fpdf_view_c_api_test.c
@@ -196,6 +196,7 @@ int CheckPDFiumCApi() {
CHK(FPDFPath_SetStrokeColor);
CHK(FPDFPath_SetStrokeWidth);
CHK(FPDFText_LoadFont);
+ CHK(FPDFText_LoadStandardFont);
CHK(FPDFText_SetFillColor);
CHK(FPDFText_SetText);
CHK(FPDF_CreateNewDocument);