summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-02 04:13:32 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-01 17:16:06 +0000
commit17d6876c5b2a194bf24614feeaf58314089eb7fb (patch)
tree2cf199da96f967ece676a3e351d9454179f551a4 /vcl
parente8dc85c2b3fd197aa5d484be3fc2cb25f7bd2412 (diff)
vcl: move comment to correct spot (cheers Norbert)
Change-Id: If8da668cba96364189de3b0aa89b43110cc41f9b Reviewed-on: https://gerrit.libreoffice.org/21034 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/outfont.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx
index 54d69863e6ea..09e7bd27d58f 100644
--- a/vcl/inc/outfont.hxx
+++ b/vcl/inc/outfont.hxx
@@ -39,11 +39,10 @@ class ConvertChar;
class OutputDevice;
class Size;
-// device independent font properties
-
class ImplFontAttributes
{
public:
+ // device independent font functions
const OUString& GetFamilyName() const { return maFamilyName; }
FontFamily GetFamilyType() const { return meFamily; }
const OUString& GetStyleName() const { return maStyleName; }
@@ -104,6 +103,7 @@ public:
void SetOrientationFlag( bool bCanRotate ) { mbOrientation = bCanRotate; }
private:
+ // device independent variables
OUString maFamilyName; // Font Family Name
OUString maStyleName; // Font Style Name
FontWeight meWeight; // Weight Type
@@ -114,7 +114,6 @@ private:
bool mbSymbolFlag; // Is font a symbol?
// device dependent variables
-
OUString maMapNames; // List of family name aliases separated with ';'
int mnQuality; // Quality (used when similar fonts compete)
bool mbOrientation; // true: physical font can be rotated