Open
Bug 172613
Opened 23 years ago
Updated 3 years ago
RFE: controlling font size of printed output
Categories
(Core :: Printing: Output, enhancement, P4)
Tracking
()
NEW
Future
People
(Reporter: rdtennent, Unassigned)
References
Details
Attachments
(1 file)
The printed output from Mozilla is too small for me.
I've spent hours looking for a way to increase the font size without success.
Surely this should be settable.
Comment 1•23 years ago
|
||
Mhhhh... we could hook-up a small piece of code in gfx to scale all fonts for
printer devices as a quick solutions... any ideas, suggestions, comments ?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: controlling font size of printed output → RFE: controlling font size of printed output
Comment 2•23 years ago
|
||
Comment: "how about we solve this without a hack, eh?" ;)
Comment 3•23 years ago
|
||
Boris Zbarsky wrote:
> Comment: "how about we solve this without a hack, eh?" ;)
In a perfect world we simply would honor the "text zoom" value in the "View/Text
Zoom" menu - but AFAIK we do not honor it when printing (we don't copy the value
from the main display nsIDeviceContext to the print nsIDeviceContext... - can
anyone remember the "why?" ?).
Comment 4•23 years ago
|
||
Comment 5•23 years ago
|
||
Like too many other things, this is avilable from Print Preview in Windows but
not in Linux. Is there a good reason for that, and does it still apply?
Comment 6•23 years ago
|
||
Simon Montagu wrote:
> Like too many other things, this is avilable from Print Preview in Windows but
> not in Linux. Is there a good reason for that, and does it still apply?
AFAIK the print preview in Windows only has an item to scale the _whole_
content, not only the fonts (and the print preview toolbar is available on
Unix/Linux - if you use Xprint. The PostScript module code can't support the
neccesary functionality and due lack of someone who rewrites a few thousand
lines of code in gfx/src/ps/ from scratch it won't be available til' h*ll
freezes).
Comment 7•23 years ago
|
||
OK, your points are taken, but I don't think using the TextZoom value from the
screen context is a very helpful solution (though it may be better than
nothing), since it will require a lot of trial and error to find the "right" value.
Comment 8•23 years ago
|
||
Simon Montagu wrote:
> OK, your points are taken, but I don't think using the TextZoom value from the
> screen context is a very helpful solution (though it may be better than
> nothing), since it will require a lot of trial and error to find the "right"
> value.
Mhhhh... what about adding a "text zoom" dropdown to print preview's toolbar
then ? :)
I've found a way to produce readable printed output. In Page Setup, increase
scale to, say, 125% *and* turn Shrink to Fit Page Width on. Even though the
scale box seems to go "off" at this point, the scale value *is* used. This would
seem to be a bug that should be turned into a feature. This doesn't give
complete control of course, but clean up the interface and it'll be good enough.
Updated•23 years ago
|
Priority: -- → P4
Target Milestone: --- → Future
Updated•18 years ago
|
Assignee: rods → nobody
QA Contact: sujay → printing
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•