Use extraFontFlag to specify if anti-aliased fonts should be used.
Use GetPartialTextExtents. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2230,6 +2230,14 @@ bool wxStyledTextCtrl::DoDropText(long x, long y, const wxString& data) {
|
||||
#endif
|
||||
|
||||
|
||||
void wxStyledTextCtrl::SetUseAntiAliasing(bool useAA) {
|
||||
m_swx->SetUseAntiAliasing(useAA);
|
||||
}
|
||||
|
||||
bool wxStyledTextCtrl::GetUseAntiAliasing() {
|
||||
return m_swx->GetUseAntiAliasing();
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// Event handlers
|
||||
|
||||
|
Reference in New Issue
Block a user