diff options
Diffstat (limited to 'src/sp-text.h')
| -rw-r--r-- | src/sp-text.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/sp-text.h b/src/sp-text.h index be48d7fcb..93a4e0d3b 100644 --- a/src/sp-text.h +++ b/src/sp-text.h @@ -42,14 +42,10 @@ public: /** Completely recalculates the layout. */ void rebuildLayout(); -//semiprivate: (need to be accessed by the C-style functions still) + //semiprivate: (need to be accessed by the C-style functions still) TextTagAttributes attributes; Inkscape::Text::Layout layout; - // SVG 2 Auto-wrapped text - SVGLength width; - SVGLength height; - /** when the object is transformed it's nicer to change the font size and coordinates when we can, rather than just applying a matrix transform. is_root is used to indicate to the function that it should |
