diff src/txt-eng-ft.h @ 12369:e23f4609d558 release-3-4-x

Move axes labels and title positioning to axes::properties
author Konstantinos Poulios <logari81@gmail.com>
date Thu, 03 Feb 2011 19:30:13 +0100
parents f4689107dd8c
children 6fc2c61660f2
line wrap: on
line diff
--- a/src/txt-eng-ft.h	Thu Feb 03 12:47:05 2011 +0100
+++ b/src/txt-eng-ft.h	Thu Feb 03 19:30:13 2011 +0100
@@ -66,6 +66,7 @@
                        int rotation = ROTATION_0);
 
   Matrix get_extent (text_element *elt, double rotation = 0.0);
+  Matrix get_extent (const std::string& txt, double rotation = 0.0);
 
   void set_font (const std::string& name, const std::string& weight,
                  const std::string& angle, double size);