Added paragraph symbol font (Get/SetSymbolFont in attribute)
authorJulian Smart <julian@anthemion.co.uk>
Sun, 8 Oct 2006 13:59:07 +0000 (13:59 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 8 Oct 2006 13:59:07 +0000 (13:59 +0000)
commit59509217cd3c0411e218a5e0d65b0f5065348d72
treebe61715679fddc23b4e053485d4293585effda24
parent730654eeabafcb244e7d9f966db877dbf24c3a00
Added paragraph symbol font (Get/SetSymbolFont in attribute)
and use this font instead of paragraph font if specified.

wxRichTextBuffer::SetStyle extended to respond to flags for
specifying undo, optimization (only apply the style necessary
for display when content/base/paragraph attributes are combined),
and para/character styles only.

wxRichTextBuffer::GetStyleForRange gets the common attributes
for a range, e.g. for showing common attributes in a formatting
dialog.

Implemented Roman numeral bullet points.

Fixed wxRichTextImage copy bug.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/richtext/richtextbuffer.h
src/richtext/richtextbuffer.cpp