virtual void SetFaceName(const wxString& faceName);
virtual void SetUnderlined(bool underlined);
virtual void SetEncoding(wxFontEncoding encoding);
- virtual void SetNativeFontInfo(const wxNativeFontInfo& info);
+
+ virtual bool IsFixedWidth() const;
// implementation only from now on
// -------------------------------
- int GetFontId() const;
virtual bool IsFree() const;
virtual bool RealizeResource();
- virtual WXHANDLE GetResourceHandle();
+ virtual WXHANDLE GetResourceHandle() const;
virtual bool FreeResource(bool force = FALSE);
- // for consistency with other wxMSW classes and to have a const
- // GetResourceHandle()-like function we have a synonym for it
+ // for consistency with other wxMSW classes
WXHFONT GetHFONT() const;
/*
*/
protected:
+ virtual void DoSetNativeFontInfo(const wxNativeFontInfo& info);
+
// common part of all ctors
void Init();