projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
new member functio of wxDbColInfo to allow two step creation , to be
[wxWidgets.git]
/
include
/
wx
/
msw
/
font.h
diff --git
a/include/wx/msw/font.h
b/include/wx/msw/font.h
index 8149aaa6afcdfcfafda14164304d8f3d6c64f45c..505e9970b953ccbcae2034f0c763fa967143ae30 100644
(file)
--- a/
include/wx/msw/font.h
+++ b/
include/wx/msw/font.h
@@
-83,17
+83,17
@@
public:
virtual void SetEncoding(wxFontEncoding encoding);
virtual void SetNativeFontInfo(const wxNativeFontInfo& info);
virtual void SetEncoding(wxFontEncoding encoding);
virtual void SetNativeFontInfo(const wxNativeFontInfo& info);
+ virtual bool IsFixedWidth() const;
+
// implementation only from now on
// -------------------------------
// implementation only from now on
// -------------------------------
- int GetFontId() const;
virtual bool IsFree() const;
virtual bool RealizeResource();
virtual bool IsFree() const;
virtual bool RealizeResource();
- virtual WXHANDLE GetResourceHandle();
+ virtual WXHANDLE GetResourceHandle()
const
;
virtual bool FreeResource(bool force = FALSE);
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;
/*
WXHFONT GetHFONT() const;
/*