You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 lines
243 B

#ifndef _KPDF_INTERPETER_H_
#define _KPDF_INTERPETER_H_
#include <qpaintdevice.h>
#include <qgs.h>
namespace DPIMod
{
const float X = QPaintDevice::x11AppDpiX()/72.0;
const float Y = QPaintDevice::x11AppDpiY()/72.0;
}
#endif