Bug 139344 - a2ps --chars-per-line=... uses incorrect font size
Summary: a2ps --chars-per-line=... uses incorrect font size
Keywords:
Status: CLOSED DUPLICATE of bug 140584
Alias: None
Product: Fedora
Classification: Fedora
Component: a2ps
Version: 3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tim Waugh
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-11-15 14:11 UTC by Jan Martinek
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-12-13 16:38:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jan Martinek 2004-11-15 14:11:24 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3)
Gecko/20041020 Galeon/1.3.18

Description of problem:
a2ps uses too big font. For example if --chars-per-line is equal to
the longest line.

Version-Release number of selected component (if applicable):
a2ps-4.13b-41

How reproducible:
Always

Steps to Reproduce:
1. Execute
echo "Hello world." | a2ps --chars-per-line=12 -o hello_world.ps
2. Look at the resulting postscript
gv hello_world.ps

Actual Results:  The font is too big and the characters "d." (from
Hello world) are out of boundaries.

Expected Results:  The string "Hello world." that I used for testing
has 12 characters. I expect that a2ps --chars-per-line=12 creates a
postscript with "Hello world." aligned to the left and right margin of
the page.

Comment 1 Tim Waugh 2004-11-15 16:21:02 UTC
Strong similarities to bug #137336.  I see this symptom here too.

Comment 2 Tim Waugh 2004-12-13 16:38:14 UTC

*** This bug has been marked as a duplicate of 140584 ***


Note You need to log in before you can comment on or make changes to this bug.