valentina/options.h
2013-08-09 09:49:34 +03:00

21 lines
304 B
C++

#ifndef OPTIONS_H
#define OPTIONS_H
#define PrintDPI 96
#define PaperSize 50000
#define widthMainLine 0.8*PrintDPI/25.4
#define widthHairLine widthMainLine/3
namespace Scene{
enum Type
{
Point,
Line,
Spline,
Arc,
SplinePath
};
}
#endif // OPTIONS_H