projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added quick implementation of wxDataViewChoiceByIndexRenderer, closes #11970 (wxDataV...
[wxWidgets.git]
/
include
/
wx
/
x11
/
font.h
diff --git
a/include/wx/x11/font.h
b/include/wx/x11/font.h
index bfe33ee3e0d75f8f71ddcbfbe9d84a1cf9b0798b..a7197b878b4d10c8ef6c19279425fdbf46c17d94 100644
(file)
--- a/
include/wx/x11/font.h
+++ b/
include/wx/x11/font.h
@@
-44,7
+44,7
@@
public:
{
Create(size, family, style, weight, underlined, face, encoding);
}
{
Create(size, family, style, weight, underlined, face, encoding);
}
-
+
wxFont(const wxSize& pixelSize,
wxFontFamily family,
wxFontStyle style,
wxFont(const wxSize& pixelSize,
wxFontFamily family,
wxFontStyle style,
@@
-56,7
+56,7
@@
public:
Create(10, family, style, weight, underlined, face, encoding);
SetPixelSize(pixelSize);
}
Create(10, family, style, weight, underlined, face, encoding);
SetPixelSize(pixelSize);
}
-
+
bool Create(int size,
wxFontFamily family,
wxFontStyle style,
bool Create(int size,
wxFontFamily family,
wxFontStyle style,
@@
-100,9
+100,6
@@
public:
wxDECLARE_COMMON_FONT_METHODS();
wxDECLARE_COMMON_FONT_METHODS();
- virtual void SetNoAntiAliasing( bool no = TRUE );
- virtual bool GetNoAntiAliasing() const ;
-
// Implementation
#if wxUSE_PANGO
// Implementation
#if wxUSE_PANGO