summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/drawlabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/drawlabel.h')
-rw-r--r--Build/source/utils/asymptote/drawlabel.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/utils/asymptote/drawlabel.h b/Build/source/utils/asymptote/drawlabel.h
index 14c2122f676..100a544ea00 100644
--- a/Build/source/utils/asymptote/drawlabel.h
+++ b/Build/source/utils/asymptote/drawlabel.h
@@ -46,11 +46,6 @@ public:
void bounds(bbox& b, iopipestream&, boxvector&, bboxlist&);
- bool texbounds(iopipestream& tex, string& s, const char **abort, bool warn);
-
- int wait(iopipestream &tex, const char *s, const char **abort,
- bool ignore=false);
-
bool islabel() {
return true;
}
@@ -81,6 +76,11 @@ public:
drawElement *transformed(const transform& t);
};
+void setpen(iopipestream& tex, const string& texengine, const pen& pentype);
+bool texbounds(double& width, double& height, double& depth,
+ iopipestream& tex, string& s, const char **abort,
+ bool warn, bool Inline=false);
+
}
#endif