summaryrefslogtreecommitdiff
path: root/vcl/inc/font/PhysicalFontFamily.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/font/PhysicalFontFamily.hxx')
-rw-r--r--vcl/inc/font/PhysicalFontFamily.hxx15
1 files changed, 9 insertions, 6 deletions
diff --git a/vcl/inc/font/PhysicalFontFamily.hxx b/vcl/inc/font/PhysicalFontFamily.hxx
index a944ed72fee3..cd74866f1e77 100644
--- a/vcl/inc/font/PhysicalFontFamily.hxx
+++ b/vcl/inc/font/PhysicalFontFamily.hxx
@@ -79,17 +79,20 @@ public:
ImplFontAttrs GetMatchType() const { return mnMatchType; }
FontWeight GetMatchWeight() const { return meMatchWeight; }
FontWidth GetMatchWidth() const { return meMatchWidth; }
- void InitMatchData(const utl::FontSubstConfiguration&, const OUString& rSearchName);
+ SAL_DLLPRIVATE void InitMatchData(const utl::FontSubstConfiguration&,
+ const OUString& rSearchName);
void AddFontFace(PhysicalFontFace*);
- PhysicalFontFace* FindBestFontFace(const vcl::font::FontSelectPattern& rFSD) const;
+ SAL_DLLPRIVATE PhysicalFontFace*
+ FindBestFontFace(const vcl::font::FontSelectPattern& rFSD) const;
- void UpdateDevFontList(PhysicalFontFaceCollection&) const;
- void UpdateCloneFontList(PhysicalFontCollection&) const;
+ SAL_DLLPRIVATE void UpdateDevFontList(PhysicalFontFaceCollection&) const;
+ SAL_DLLPRIVATE void UpdateCloneFontList(PhysicalFontCollection&) const;
- static void CalcType(ImplFontAttrs& rType, FontWeight& rWeight, FontWidth& rWidth,
- FontFamily eFamily, const utl::FontNameAttr* pFontAttr);
+ SAL_DLLPRIVATE static void CalcType(ImplFontAttrs& rType, FontWeight& rWeight,
+ FontWidth& rWidth, FontFamily eFamily,
+ const utl::FontNameAttr* pFontAttr);
private:
std::vector<rtl::Reference<PhysicalFontFace>> maFontFaces;