Open
Bug 1288728
Opened 9 years ago
Updated 3 years ago
SteveHand font takes up excessive vertical space
Categories
(Core :: Graphics: Text, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: carlo.stemberger, Unassigned)
Details
(Whiteboard: [gfx-noted])
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0
Build ID: 20160607223741
Steps to reproduce:
On a Debian system:
1. apt-get install ttf-sjfonts
2. run the following file:
<!DOCTYPE html>
<html>
<head>
<style>
body {
font-family: Steve;
}
</style>
</head>
<body>
<p>This is a test.</p>
</body>
</html>
3. Ctrl+A
Actual results:
As you can see, the selected block of text takes up excessive vertical space (the top of the rectangle).
Expected results:
The top of the rectangle should almost touch the text; the behavior with the SteveHand font should be similar to other fonts. Please note that Chromium behavior is "normal".
See also two screenshots taken by browsing https://stemby.github.io/ComingSoon/ with Firefox 45.2.0 and Chromium 51.0.2704.79:
http://i.imgur.com/G6eNMFX.png
http://i.imgur.com/WVlO6zu.png
Best regards,
Carlo
It looks good on Win 7: http://imgur.com/a/1TKul
Component: Untriaged → Graphics: Text
Reporter | ||
Comment 2•9 years ago
|
||
Thanks Loic for your reply. I don't use Windows, so I can't test it; anyway I tried with an old Android 4 tablet (with Firefox for Android) and I found the same behavior observed with Debian.
Updated•9 years ago
|
Whiteboard: [gfx-noted]
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•