diff options
Diffstat (limited to 'vcl/inc/outfont.hxx')
-rw-r--r-- | vcl/inc/outfont.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx index 8229169ddbbc..348dc51a12b5 100644 --- a/vcl/inc/outfont.hxx +++ b/vcl/inc/outfont.hxx @@ -102,7 +102,7 @@ public: // TODO: create matching interface class bool IsSubsettable() const { return mbSubsettable; } public: // TODO: hide members behind accessor methods - OUString maMapNames; // List of family name aliass separated with ';' + 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 bool mbDevice; // true: built in font |