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
227 B

#ifndef _OKULAR_INTERPETER_H_
#define _OKULAR_INTERPETER_H_
#include <qgs.h>
#include <QX11Info>
namespace DPIMod
{
const float X = QX11Info::appDpiX()/72.0;
const float Y = QX11Info::appDpiY()/72.0;
}
#endif