Bug 139344

Summary: a2ps --chars-per-line=... uses incorrect font size
Product: [Fedora] Fedora Reporter: Jan Martinek <honza>
Component: a2psAssignee: Tim Waugh <twaugh>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-12-13 16:38:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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 ***