Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cfx_windowsrenderdevice.h File Reference

(acbcf08a6dffdfe90a6eaf661fcd6923f0de2447)

+ Include dependency graph for cfx_windowsrenderdevice.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CFX_WindowsRenderDevice
 

Enumerations

enum class  WindowsPrintMode {
  kEmf = 0 , kTextOnly = 1 , kPostScript2 = 2 , kPostScript3 = 3 ,
  kPostScript2PassThrough = 4 , kPostScript3PassThrough = 5 , kEmfImageMasks = 6 , kPostScript3Type42 = 7 ,
  kPostScript3Type42PassThrough = 8
}
 

Variables

WindowsPrintMode g_pdfium_print_mode
 

Enumeration Type Documentation

◆ WindowsPrintMode

enum class WindowsPrintMode
strong
Enumerator
kEmf 
kTextOnly 
kPostScript2 
kPostScript3 
kPostScript2PassThrough 
kPostScript3PassThrough 
kEmfImageMasks 
kPostScript3Type42 
kPostScript3Type42PassThrough 

Definition at line 14 of file cfx_windowsrenderdevice.h.

Variable Documentation

◆ g_pdfium_print_mode

WindowsPrintMode g_pdfium_print_mode
extern

Definition at line 46 of file cfx_windowsrenderdevice.cpp.

Referenced by CTextOnlyPrinterDriver::DrawDeviceText().