[Libreoffice-commits] core.git: vcl/inc
Chris Sherlock
chris.sherlock79 at gmail.com
Fri Jan 1 09:16:45 PST 2016
vcl/inc/outfont.hxx | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
New commits:
commit 17d6876c5b2a194bf24614feeaf58314089eb7fb
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Sat Jan 2 04:13:32 2016 +1100
vcl: move comment to correct spot (cheers Norbert)
Change-Id: If8da668cba96364189de3b0aa89b43110cc41f9b
Reviewed-on: https://gerrit.libreoffice.org/21034
Reviewed-by: Chris Sherlock <chris.sherlock79 at gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79 at gmail.com>
diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx
index 54d6986..09e7bd2 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
More information about the Libreoffice-commits
mailing list