Forum Discussion
KellyNott-ce1c0
2 months agoCommunity Member
Font issues in Storyline when enabling browser translations
We are trying to leverage auto translation tools within Microsoft Edge Browser because of the number of courses, languages, and versions of content we need available. The auto translation tool works ...
Jürgen_Schoene_
2 months agoCommunity Member
short version: it's not possible with storyline
long version: there are two versions of text in storyline
- svg text (single-line)
- html text (single- or multi-line)
svg text
- is use in storyline for all 'normal' text on slides
- for svg text every single char is positioned to x, y while publishing
- if the text is changed afterwards, the new chars are not matching the positions of the orginal chars - the font does not matter
- for slide text with %variables% included, there is a special solution without precalculated x, y positions
html text
- is use in storyline for menu and accessible text
- there may be problems with the text length subsequently generated translation
in Rise only html text is used