From bea5e37dd32f30d301aca89ba4875657de7c1025 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 27 Oct 2011 16:08:14 +0100 Subject: Rename ImplFontSelectData to FontSelectPattern so I know what it does Rename ImplFontSelectData to FontSelectPattern because I can never remember the name of the thing. This way I'll be able to remember that its basically the equivalent of fontconfig's FcPattern --- vcl/inc/aqua/salgdi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl/inc/aqua/salgdi.h') diff --git a/vcl/inc/aqua/salgdi.h b/vcl/inc/aqua/salgdi.h index d4176d83ca0e..01478dfc5f1e 100644 --- a/vcl/inc/aqua/salgdi.h +++ b/vcl/inc/aqua/salgdi.h @@ -58,7 +58,7 @@ public: virtual ~ImplMacFontData(); virtual ImplFontData* Clone() const; - virtual ImplFontEntry* CreateFontInstance( ImplFontSelectData& ) const; + virtual ImplFontEntry* CreateFontInstance( FontSelectPattern& ) const; virtual sal_IntPtr GetFontId() const; const ImplFontCharMap* GetImplFontCharMap() const; @@ -273,7 +273,7 @@ public: // set the text color to a specific color virtual void SetTextColor( SalColor nSalColor ); // set the font - virtual sal_uInt16 SetFont( ImplFontSelectData*, int nFallbackLevel ); + virtual sal_uInt16 SetFont( FontSelectPattern*, int nFallbackLevel ); // get the current font's etrics virtual void GetFontMetric( ImplFontMetricData*, int nFallbackLevel ); // get kernign pairs of the current font -- cgit