Unplanned
Last Updated: 17 May 2017 15:41 by ADMIN
ADMIN
Mihail
Created on: 17 May 2017 15:36
Category: RichTextBox
Type: Bug Report
0
RichTextBox: Custom List is not exported to HTML format with the required font-family and font-size
A custom list applied to several paragraphs is not exported to HTML format with the required font-family and font-size.

Steps to reproduce:
1. Create a custom list with custom font-size and custom font-family. (different from the default).
2. Apply the list to several paragraphs.
3. Set the StylesExportMode property of the ExportSetting of the HtmlFormatProvider to StylesExportMode.Inline (fp.ExportSettings.StylesExportMode = StylesExportMode.Inline)
4. Export to HTML.

Actual: The bullets are exported with the default font-family Verdana and the default font-size.
Expected:  The bullets to be exported with the custom value for the font-family and font-size.
0 comments