diff options
author | Jan Holesovsky <kendy@suse.cz> | 2012-05-30 17:09:32 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-05-30 17:09:32 +0200 |
commit | 67a8150360ad0728a10c281dfa065bc094e139eb (patch) | |
tree | ed198eb4cf9a6ea2507f5c8d577eb73ab235dfc7 /vcl | |
parent | be51f7ce59d5534cfda97badd4c02e2a4fe198e3 (diff) |
One line docu to save me code reading the next time ;-)
Change-Id: I3998679c859c2a25933a879ae6412d7555350a62
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/vcl/outdev.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/vcl/outdev.hxx b/vcl/inc/vcl/outdev.hxx index c1459c00532e..dd10edab5191 100644 --- a/vcl/inc/vcl/outdev.hxx +++ b/vcl/inc/vcl/outdev.hxx @@ -599,6 +599,7 @@ public: MetricVector* pVector = NULL, String* pDisplayText = NULL ); long GetTextWidth( const XubString& rStr, xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN ) const; + /// Height where any character of the current font fits; in logic coordinates. long GetTextHeight() const; void DrawTextArray( const Point& rStartPt, const XubString& rStr, const sal_Int32* pDXAry = NULL, |