diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-09-30 16:10:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-09-30 16:10:11 +0100 |
commit | 2f1fb77e5ce3afb382db728ddd4c1938967d45fd (patch) | |
tree | 0119fc1c32a0b30119b582dc178755cd7b6f4d22 /drawinglayer/inc | |
parent | 1a0dbb9f1451d9c0eb6b62ef981ac9ca454e3d62 (diff) |
#i64671# transfer VCL's FontPitch through DrawingLayer to Canvas
Diffstat (limited to 'drawinglayer/inc')
-rw-r--r-- | drawinglayer/inc/drawinglayer/attribute/fontattribute.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drawinglayer/inc/drawinglayer/attribute/fontattribute.hxx b/drawinglayer/inc/drawinglayer/attribute/fontattribute.hxx index 6dffd80b332e..da7aedc6f983 100644 --- a/drawinglayer/inc/drawinglayer/attribute/fontattribute.hxx +++ b/drawinglayer/inc/drawinglayer/attribute/fontattribute.hxx @@ -65,6 +65,7 @@ namespace drawinglayer bool bSymbol = false, bool bVertical = false, bool bItalic = false, + bool bMonospaced = false, bool bOutline = false, bool bRTL = false, bool bBiDiStrong = false); @@ -89,6 +90,7 @@ namespace drawinglayer bool getOutline() const; bool getRTL() const; bool getBiDiStrong() const; + bool getMonospaced() const; }; } // end of namespace attribute } // end of namespace drawinglayer |