You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gitbrent
changed the title
Bullets not working?
Bullets do not work with text objects in addText() method
Feb 16, 2017
gitbrent
changed the title
Bullets do not work with text objects in addText() method
Bullets do not work with text objects in addText() method
Feb 16, 2017
I'm pleased to report that bullets within text objects are now supported.
Example:
slide.addText([{text:'I am a text object with bullets.. ',options:{bullet:true,color:'CC0000'}},{text:'and i am the next text object!',options:{bullet:true,color:'00CD00'}},{text:'Text object without bullet:true.. ',options:{font_size:12}},{text:'then this is a text object too!',options:{font_size:12}},{text:'Final text object w/ bullet:true!!',options:{bullet:true,color:'0000AB'}}],{x:8.0,y:5.0,w:'30%',h:1.4,color:'ABABAB',margin:1});
I've tried a couple way to make a bullet list - but it's not working as expected:
Test 1:
Test 2:
The text was updated successfully, but these errors were encountered: