From 3998067026e9087d73f56395266426f3ad7aa660 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Mon, 2 Apr 2018 16:16:05 +0000 Subject: Remove FPDF_SetPrintPostscriptLevel(). This experimental API has been superceded by FPDF_SetPrintMode(). Change-Id: I41f8efbb2f40edea60df55c36f7ee3743ac20839 Reviewed-on: https://pdfium-review.googlesource.com/29510 Reviewed-by: Rebekah Potter Commit-Queue: Lei Zhang --- public/fpdfview.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'public') diff --git a/public/fpdfview.h b/public/fpdfview.h index de7fbe4663..0660eb1a3b 100644 --- a/public/fpdfview.h +++ b/public/fpdfview.h @@ -268,19 +268,6 @@ FPDF_SetTypefaceAccessibleFunc(PDFiumEnsureTypefaceCharactersAccessible func); FPDF_EXPORT void FPDF_CALLCONV FPDF_SetPrintTextWithGDI(FPDF_BOOL use_gdi); #endif // PDFIUM_PRINT_TEXT_WITH_GDI -// Function: FPDF_SetPrintPostscriptLevel -// Set postscript printing level when printing on Windows. -// Experimental API. -// Parameters: -// postscript_level- 0 to disable postscript printing, -// 2 to print with postscript level 2, -// 3 to print with postscript level 3. -// All other values are invalid. -// Return value: -// True if successful, false if unsuccessful (typically invalid input). -FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV -FPDF_SetPrintPostscriptLevel(int postscript_level); - // Function: FPDF_SetPrintMode // Set printing mode when printing on Windows. // Experimental API. -- cgit v1.2.3