diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-08 00:57:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-08 00:57:31 +0000 |
commit | 9e32dd6aee7faf4e59888cfbd7a927d497b563ad (patch) | |
tree | 5068ec13390f4352be663383dd58e22147e68201 /Build/source/utils/asymptote/drawlabel.h | |
parent | 3f49bad6cd5234b4e0ea156f6f68f6430643c10f (diff) |
asymptote 1.76
git-svn-id: svn://tug.org/texlive/trunk@13664 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/drawlabel.h')
-rw-r--r-- | Build/source/utils/asymptote/drawlabel.h | 10 |
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 |