Hello,
I am trying to use the advancedRenderer to make some words inside a string bold, while keeping the rest of the string regular. But, even though I am using it correctly and can italicize parts of a string, the bold is not applied.
Example:
text: {
w: 800,
text: 'This is some <b>text</b> that should be changed',
...FONT_THEME,
wordBreak: true,
advancedRenderer: true,
},
Does the advanced renderer not work with fonts? If so, is there another way in Lightning that does? It would be cumbersome to split the strings apart and position them consecutively, accounting for word breaking.
Thanks.