Skip to main content
Solved

Vertical trim bug?

  • March 29, 2023
  • 2 replies
  • 1655 views

Jeremy23


image

Best answer by djv

Thanks for flagging!

This in particular is more of a font issue and expected behavior. Our team has gotten reports of Chinese, Japanese, and Korean fonts having different baselines.

We use the font’s metadata report of what the cap height (which is what we crop to and generally represents the height of capital letters) and baseline are to determine where the bounding box is drawn.

Another thing to note is that cap height is not the same as ascent (the tallest height of characters in a font).

image

This topic has been closed for replies.

2 replies

KelseyONeill
  • New Participant
  • 15 replies
  • March 30, 2023

I get the same issue with Montserrat (though not as drastically). Is it a font thing?
I noticed changing it to auto-width helped a little 🤷‍♀️


djv
Figmate
  • Community Support
  • 5237 replies
  • Answer
  • March 30, 2023

Thanks for flagging!

This in particular is more of a font issue and expected behavior. Our team has gotten reports of Chinese, Japanese, and Korean fonts having different baselines.

We use the font’s metadata report of what the cap height (which is what we crop to and generally represents the height of capital letters) and baseline are to determine where the bounding box is drawn.

Another thing to note is that cap height is not the same as ascent (the tallest height of characters in a font).

image