Open chrisgarrity opened 6 years ago
In Paper, text height is calculated using expected height of the font size plus leading, without actual measuring. This does not work when a fallback font ends up being used for some characters.
The height calculation also includes the comment // Until we don't have baseline measuring, assume 1 / 4 leading as a // rough guess: Implying that not enough information is known to get an accurate measurement.
@BryceLTaylor sorry if I confused you, I was having a hard time finding a repro. I think I have one, but I wonder if there are more?
I've only seen this on Mac Firefox so far
Expected Behavior
Non-latin characters should render properly even if they do not exist in the currently selected font.
Actual Behavior
The size rendered on the stage appears to be related to the height of the font selected. If the glyphs don't exist in that font, they are rendered in a default system font and get cut off if the size of the system font is larger than the one selected.
Steps to Reproduce
Operating System and Browser
Mac OS 10.13.4, Firefox