When I create a PDF, HTML segments styled with foreground are not displayed as expected
The segment is defined as :
IsHtmlTagSupported = true;
IfHtmlTagSupportedOverwriteHtmlFontNames = true;
IfHtmlTagSupportedOverwriteHtmlFontSizes = true;
IfHtmlTagSupportedCssWinsOnFirstLevelChildren = true;
The HTML I'm setting in the segment is defined in the attached file.
The output is also attached. See the new line created after the text with yellow foreground colour. This should not happen. Could you look into it ?