| Index: fpdfsdk/include/fpdfview.h
|
| diff --git a/fpdfsdk/include/fpdfview.h b/fpdfsdk/include/fpdfview.h
|
| index f9df4083a8bcfbf0b839528178274e8f7c2a3afe..21cddabd9d69de6b8ea594177de0799a560b661b 100644
|
| --- a/fpdfsdk/include/fpdfview.h
|
| +++ b/fpdfsdk/include/fpdfview.h
|
| @@ -336,6 +336,9 @@ DLLEXPORT int STDCALL FPDF_GetPageSizeByIndex(FPDF_DOCUMENT document, int page_i
|
| #define FPDF_RENDER_LIMITEDIMAGECACHE 0x200 // Limit image cache size.
|
| #define FPDF_RENDER_FORCEHALFTONE 0x400 // Always use halftone for image stretching.
|
| #define FPDF_PRINTING 0x800 // Render for printing.
|
| +#define FPDF_RENDER_NO_SMOOTHTEXT 0x1000 // Set to disable anti-aliasing on text.
|
| +#define FPDF_RENDER_NO_SMOOTHIMAGE 0x2000 // Set to disable anti-aliasing on images.
|
| +#define FPDF_RENDER_NO_SMOOTHPATH 0x4000 // Set to disable anti-aliasing on paths.
|
| #define FPDF_REVERSE_BYTE_ORDER 0x10 //set whether render in a reverse Byte order, this flag only
|
| //enable when render to a bitmap.
|
| #ifdef _WIN32
|
|
|