diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-27 16:08:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-27 16:39:32 +0100 |
commit | bea5e37dd32f30d301aca89ba4875657de7c1025 (patch) | |
tree | b0f0384cdaa9f6ff6d7ce511c7aaa876549fdf30 /vcl/source/gdi/pdfwriter_impl.hxx | |
parent | ac1eb33bfc4ce95779e8a1ed252d928c799afa40 (diff) |
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
Diffstat (limited to 'vcl/source/gdi/pdfwriter_impl.hxx')
-rw-r--r-- | vcl/source/gdi/pdfwriter_impl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.hxx b/vcl/source/gdi/pdfwriter_impl.hxx index 65fc682b3b75..fd1c2d742706 100644 --- a/vcl/source/gdi/pdfwriter_impl.hxx +++ b/vcl/source/gdi/pdfwriter_impl.hxx @@ -56,7 +56,7 @@ #include <boost/shared_array.hpp> -class ImplFontSelectData; +class FontSelectPattern; class ImplFontMetricData; class FontSubsetInfo; class ZCodec; @@ -1082,8 +1082,8 @@ public: /* for OutputDevice: get layout for builtin fonts */ bool isBuiltinFont( const ImplFontData* ) const; - SalLayout* GetTextLayout( ImplLayoutArgs& rArgs, ImplFontSelectData* pFont ); - void getFontMetric( ImplFontSelectData* pFont, ImplFontMetricData* pMetric ) const; + SalLayout* GetTextLayout( ImplLayoutArgs& rArgs, FontSelectPattern* pFont ); + void getFontMetric( FontSelectPattern* pFont, ImplFontMetricData* pMetric ) const; /* for documentation of public functions please see pdfwriter.hxx */ |