Skip to main content
lg80794061
Known Participant
May 17, 2019
Question

scalable typography in captivate (html5)

  • May 17, 2019
  • 1 reply
  • 269 views

Hi.

When I export my project in captivate scalable in html5, fonts lose sharpness. This has some solution. It seems very strange to me that captivate does not treat the typography as vectorial.

    This topic has been closed for replies.

    1 reply

    Lilybiri
    Legend
    May 17, 2019

    You are talking about a non-responsive project.  For those projects the text containers are converted to PNG's on publishing. Reason is that you can use any font, are not restriced to websafe fonts. That is not the case for responsive projects.

    You can force to have the fonts rendered on runtime if you turn each text container to dynamic text, which means thaty you need to insert a variable. That can be a user variable with no value.

    Another approach which I use sometimes is to create SVG's from text. Those are vector based.

    lg80794061
    Known Participant
    May 20, 2019

    Thank you.

    It is a good solution, but could there be any solution related to the code that Captivate exports in html5 ?, I mean, there may be something in the lines of code that can be deleted so that the texts are not converted into an image.

    a greeting

    Lilybiri
    Legend
    May 20, 2019

    Sorry, cannot help you with tweaking the code.  For the reason  i mentioned Captivate has always converted to images to preserve the chosen font in case of not being a websafe font.