Add some colors for basic shapes inside dxf, thanks Gabberworld for this

patch


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5238 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2018-02-11 16:14:53 +00:00
parent 5b584f3e58
commit fc05a2f2ec
5 changed files with 98 additions and 8 deletions

View File

@@ -48,7 +48,11 @@ class Createdxf
static void drawText(QString,QString,double,double,double,double,int);
static void drawTextAligned(QString fileName, QString text,double x, double y, double height, double rotation, double oblique,int hAlign, int vAlign, double xAlign, int colour, bool leftAlign = false, float scale = 0);
static const double sheetWidth;
static int getcolorCode (const long red, const long green, const long blue);
static long RGBcodeTable[];
static const double sheetWidth;
static const double sheetHeight;
static double xScale;
static double yScale;