im not sure why but one of my dynamic text boxes does not display text when i embed the font - perhaps because its displaying a string of information(?). I thought about using html to set the font but Im not sure how…
this is my code:
slideCounter.text = String(e.currentIndex + 1) + “/” + slideshow.totalSlides;
Can someone help me do this?
thanks!!!