Summary
GraphFont Issues in text decoration and font family in pdf.
Content
Hi,
1) I was using the GraphFont property of the Title,X1Title,Y1Title of the Graph element in bi pulisher. There is a list of fonts styles that are available in in graphFont
<!-- GraphFont attributes:
name: font name
style: bold, italic, underline, and so on
fontColor: font color; example: "#ffffff"
bold: whether bold or not
italic: whether italic or not
underline: whether underlined
-->
Is there some way to apply text-decoration : strike-through or line-through to this TItle element?
2) Also when exporting using these graphFont styles. Font family is not getting applied in PDF format. Is there some workaround for this ? It is working in HTML, Excel formats.