Code

changes to use RegisteredTransformedPoint as widget for LPE point. not complete
[inkscape.git] / src / sp-font.h
index 0b8ea7ffbcb3192847a98ebcb7fb35b513a7ae0e..3ec866ccc83e3a18b9373b9cbc05e9472c22a418 100644 (file)
 #define SP_IS_FONT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), SP_TYPE_FONT))
 
 struct SPFont : public SPObject {
+    double horiz_origin_x;
+    double horiz_origin_y;
+    double horiz_adv_x;
+    double vert_origin_x;
+    double vert_origin_y;
+    double vert_adv_y;
 };
 
 struct SPFontClass {