diff options
author | Thomas Freitag <Thomas.Freitag@alfa.de> | 2013-02-12 22:48:40 +0100 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2013-02-12 22:48:40 +0100 |
commit | 7f2c255ff28386ba992717f729f25a979f240375 (patch) | |
tree | 9911b87b37669527b411a8fcd96ac286f2af0ff7 /splash/SplashXPath.h | |
parent | c2ebcbea2267f861c491c0cd6c1fbf2dc2aff7d2 (diff) |
Introduce option SplashThinLineMode
More info at bug #37347
Diffstat (limited to 'splash/SplashXPath.h')
-rw-r--r-- | splash/SplashXPath.h | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/splash/SplashXPath.h b/splash/SplashXPath.h index db06978a..1c7040da 100644 --- a/splash/SplashXPath.h +++ b/splash/SplashXPath.h @@ -4,6 +4,20 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// All changes made under the Poppler project to this file are licensed +// under GPL version 2 or later +// +// Copyright (C) 2013 Thomas Freitag <Thomas.Freitag@alfa.de> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef SPLASHXPATH_H #define SPLASHXPATH_H @@ -50,7 +64,8 @@ public: // space, via <matrix>. If <closeSubpaths> is true, closes all open // subpaths. SplashXPath(SplashPath *path, SplashCoord *matrix, - SplashCoord flatness, GBool closeSubpaths); + SplashCoord flatness, GBool closeSubpaths, + GBool adjustLines = gFalse, int linePosI = 0); // Copy an expanded path. SplashXPath *copy() { return new SplashXPath(this); } |