git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43661
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
// either it is the same font, i.e. they share the same common data or they
// have different ref datas but still describe the same font
{
// either it is the same font, i.e. they share the same common data or they
// have different ref datas but still describe the same font
- return m_refData == font.m_refData ||
+ return IsSameAs(font) ||
(
Ok() == font.Ok() &&
GetPointSize() == font.GetPointSize() &&
(
Ok() == font.Ok() &&
GetPointSize() == font.GetPointSize() &&