Skip to main content
alejandrob26176757
Inspiring
May 24, 2019
Answered

blurry text when publishing scalable html

  • May 24, 2019
  • 4 replies
  • 739 views
blurry text when publishing scalable html?
textos borrosos al publicar html escalable?
    This topic has been closed for replies.
    Correct answer alejandrob26176757

    Just define it. Have a look at:

    Where is Null in CP2017? - Captivate blog


    OK thanks

    4 replies

    Lilybiri
    Legend
    May 24, 2019

    In a non-responsive project text containers are converted to bitmap images, which can be the reason for the appearnce of blurriness if you upscale.

    To avoid that you need to make sure that text is rendered as text on runtime. That can be done by making sure all text is dynamic. That is the case when text has an inserted variable. You can use an empty variable for that reason, add it at the end of the text, and it will be rendered on runtime. Beware: you need in that case to use either a websafe or a Typekit font.

    alejandrob26176757
    Inspiring
    May 24, 2019

    How can I generate the empty variable?

    Lilybiri
    Legend
    May 24, 2019

    Just define it. Have a look at:

    Where is Null in CP2017? - Captivate blog