Kaydet (Commit) 78964ab8 authored tarafından Chris Sherlock's avatar Chris Sherlock

vcl: cosmetic changes to ImplServerFontEntry definition

Change-Id: I61934fc2ebfaeaa0527f70f038e5aaae87ef730e
üst be62d0c8
...@@ -270,16 +270,18 @@ private: ...@@ -270,16 +270,18 @@ private:
// a class for cache entries for physical font instances that are based on serverfonts // a class for cache entries for physical font instances that are based on serverfonts
class VCL_DLLPUBLIC ImplServerFontEntry : public ImplFontEntry class VCL_DLLPUBLIC ImplServerFontEntry : public ImplFontEntry
{ {
public:
ImplServerFontEntry( FontSelectPattern& );
virtual ~ImplServerFontEntry();
void SetServerFont(ServerFont* p);
void HandleFontOptions();
private: private:
ServerFont* mpServerFont; ServerFont* mpServerFont;
boost::shared_ptr<ImplFontOptions> mpFontOptions; boost::shared_ptr<ImplFontOptions> mpFontOptions;
bool mbGotFontOptions; bool mbGotFontOptions;
public:
ImplServerFontEntry( FontSelectPattern& );
virtual ~ImplServerFontEntry();
void SetServerFont(ServerFont* p);
void HandleFontOptions();
}; };
class VCL_DLLPUBLIC ServerFontLayout : public GenericSalLayout class VCL_DLLPUBLIC ServerFontLayout : public GenericSalLayout
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment