Change default font for bullets

General TRichView support forum. Please post your questions here
Post Reply
DmitriPopov
Posts: 29
Joined: Tue Dec 15, 2009 10:01 am

Change default font for bullets

Post by DmitriPopov »

It seems like there's a huge problem with Symbol font in llPDFLib, it causes Access Violation on document save and most likely there will be no update from llionsoft. So I need to eliminate use of this font. I was able to achive this except one thing - when user inserts bullets with TrvActionParaBullets new list style is created with Symbol font in place. Is there any way to avoid this without altering source code of TRichViewActions?
Sergey Tkachenko
Site Admin
Posts: 17316
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

TrvActionParaBullets has ListLevels property, where you can define list levels that will be applied.

But do you use TrvActionParaList? In this action, the user can choose any font for bullets.
Post Reply