Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Unified Diff: fpdfsdk/fpdfview_c_api_test.c

Issue 2485283002: Add FPDF_FreeDefaultSystemFontInfo API (Closed)
Patch Set: Nit Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fpdfsdk/fpdf_sysfontinfo.cpp ('k') | public/fpdf_sysfontinfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/fpdfview_c_api_test.c
diff --git a/fpdfsdk/fpdfview_c_api_test.c b/fpdfsdk/fpdfview_c_api_test.c
index a48ddb981c0f515146bfcba70ff2b0277eadc773..afc357f1e3de71abd929318e2f15eb0e542c8f4c 100644
--- a/fpdfsdk/fpdfview_c_api_test.c
+++ b/fpdfsdk/fpdfview_c_api_test.c
@@ -158,6 +158,7 @@ int CheckPDFiumCApi() {
CHK(FPDF_AddInstalledFont);
CHK(FPDF_SetSystemFontInfo);
CHK(FPDF_GetDefaultSystemFontInfo);
+ CHK(FPDF_FreeDefaultSystemFontInfo);
// fpdf_text.h
CHK(FPDFText_LoadPage);
« no previous file with comments | « fpdfsdk/fpdf_sysfontinfo.cpp ('k') | public/fpdf_sysfontinfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698