Hello,
There is an issue about the fontsize and fontfamily of Numbers at the beginning of each paragraph when DocumentList is applied. If the fontsize is set through 'Style', then fontsize of the numbers from DocumentList is not consistent with that of paragraph text from 'Style'. However, If that is set directly through FontSize property of Span, it works well. My question is that how to make DocumentList live with Style? (Version: Q3 2011- 2011.3.1116.1040)
Thanks in advance!
PS.
Code used for DocumentList:
Telerik.Windows.Documents.Lists.DocumentList _document_list
_document_list.AddParagraph(paragraph, level)
Best Regards,
Tuo
There is an issue about the fontsize and fontfamily of Numbers at the beginning of each paragraph when DocumentList is applied. If the fontsize is set through 'Style', then fontsize of the numbers from DocumentList is not consistent with that of paragraph text from 'Style'. However, If that is set directly through FontSize property of Span, it works well. My question is that how to make DocumentList live with Style? (Version: Q3 2011- 2011.3.1116.1040)
Thanks in advance!
PS.
Code used for DocumentList:
Telerik.Windows.Documents.Lists.DocumentList _document_list
_document_list.AddParagraph(paragraph, level)
Best Regards,
Tuo