You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you make a simple HTML file with any font size (not just the default font size, from what I have seen), CutyCapt running on Mac OS X will generate output which looks more or less like what you would expect, but CutyCapt running on Windows will generate output with tiny text.
Side-by-side screenshot:
I tried overriding this at the user stylesheet by setting font-size:10pt, which makes the font smaller. If I set font-size:18pt, the font comes out roughly the same size as the OSX result, but 18pt should be much bigger than that, so I think that the font-size being specified in points is being misinterpreted as some other unit.
The text was updated successfully, but these errors were encountered:
hakanai
changed the title
Font size radically different on Windows compared to running on Mac
Font size radically different on Windows compared to running on Mac or Linux
Sep 1, 2014
Now that I have set enough of the user agent stylesheet to be relatively confident that the same thing is being printed, the behaviour I have under Mac and under Linux (in this case, CentOS, but not sure if it matters) is the same.
Windows alone seems to print much smaller text. If you set your font size higher, the text becomes smaller, which is pretty ironic. (Also, if you set your font size lower, the text becomes larger.)
I thought maybe Qt was incorrectly setting that "zoom factor" thing based on the OS, but don't have the knowledge of Qt required to investigate.
If you make a simple HTML file with any font size (not just the default font size, from what I have seen), CutyCapt running on Mac OS X will generate output which looks more or less like what you would expect, but CutyCapt running on Windows will generate output with tiny text.
Side-by-side screenshot:
I tried overriding this at the user stylesheet by setting font-size:10pt, which makes the font smaller. If I set font-size:18pt, the font comes out roughly the same size as the OSX result, but 18pt should be much bigger than that, so I think that the font-size being specified in points is being misinterpreted as some other unit.
The text was updated successfully, but these errors were encountered: