This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Pixel (not length) limitation in SDL Trados Studio

Is that possible to do that within SDL Trados Studio? I've search on the internet, nothing found so far...




[locked by: Steven Whale at 10:28 AM (GMT 1) on 18 Sep 2019]
Parents Reply
  • We have a string, let's say, "text", for which length limitation is set to 5 characters and pixel limitation to 8 pixels.

    Length limitation is easy to be checked in Studio in various ways, but I don't know a way to check pixel limitation.

    For pixel limitation consider the following:  each letter has a specific/predefined width, for example width of letter 'W' is 5 and width of letter 'I' is 2. So, we need a way to count total pixels for the translation of string "text".

Children