Page 1 of 1

Change default font for bullets

Posted: Thu Apr 14, 2011 11:43 am
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?

Posted: Thu Apr 14, 2011 12:27 pm
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.