Now uses the correct font and text effect when drawing bullet text.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2015-02-18 17:37:12 +00:00
parent 4e2b863e3e
commit 0df45db7f6
2 changed files with 76 additions and 40 deletions

View File

@@ -7005,6 +7005,9 @@ public:
// Measure the bullet.
virtual bool MeasureBullet(wxRichTextParagraph* paragraph, wxDC& dc, const wxRichTextAttr& attr, wxSize& sz);
// Set a font which may depend on text effects.
static void SetFontForBullet(wxRichTextBuffer& buffer, wxDC& dc, const wxRichTextAttr& attr);
};
/*!