diff options
author | Armin Le Grand <Armin.Le.Grand@Sun.COM> | 2009-11-23 12:30:29 +0100 |
---|---|---|
committer | Armin Le Grand <Armin.Le.Grand@Sun.COM> | 2009-11-23 12:30:29 +0100 |
commit | 3137d89c8a7632b89f55fdd638bca027593225b3 (patch) | |
tree | aade7832f18a27b18764084958fcdaf1e23a5337 /drawinglayer/inc | |
parent | 60164337599bbd71cdbb45a311b38e65ccfbc56f (diff) |
aw078: #i106541# MetaTextRectAction implementation added, corrected/changed FontHandling when no FontSize is given
Diffstat (limited to 'drawinglayer/inc')
-rw-r--r-- | drawinglayer/inc/drawinglayer/primitive2d/textlayoutdevice.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/textlayoutdevice.hxx b/drawinglayer/inc/drawinglayer/primitive2d/textlayoutdevice.hxx index f454459211df..f3de43c22fd7 100644 --- a/drawinglayer/inc/drawinglayer/primitive2d/textlayoutdevice.hxx +++ b/drawinglayer/inc/drawinglayer/primitive2d/textlayoutdevice.hxx @@ -49,6 +49,7 @@ class VirtualDevice; class Font; class String; class OutputDevice; +class GDIMetaFile; namespace drawinglayer { namespace attribute { class FontAttribute; @@ -117,6 +118,12 @@ namespace drawinglayer double getFontAscent() const; double getFontDescent() const; + + void addTextRectActions( + const Rectangle& rRectangle, + const String& rText, + sal_uInt16 nStyle, + GDIMetaFile& rGDIMetaFile); }; } // end of namespace primitive2d } // end of namespace drawinglayer |