Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 307323 Details for
Bug 449298
xpdf uses non-existing sizes of helvetica and courier fonts
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Make xpdf use 11 point fonts instead of non-existing 12 point fonts
xpdf-3.02-fontlist2.patch (text/plain), 2.62 KB, created by
Haakon Riiser
on 2008-06-01 22:26:56 UTC
(
hide
)
Description:
Make xpdf use 11 point fonts instead of non-existing 12 point fonts
Filename:
MIME Type:
Creator:
Haakon Riiser
Created:
2008-06-01 22:26:56 UTC
Size:
2.62 KB
patch
obsolete
>--- xpdf-3.02/xpdf/XPDFViewer.cc.fontlist.orig 2008-06-02 00:07:47.000000000 +0200 >+++ xpdf-3.02/xpdf/XPDFViewer.cc.fontlist 2008-06-02 00:13:04.437581588 +0200 >@@ -2793,7 +2793,7 @@ > aboutVersionFont = > createFontList("-*-times-medium-r-normal--14-*-*-*-*-*-iso8859-1"); > aboutFixedFont = >- createFontList("-*-courier-medium-r-normal--12-*-*-*-*-*-iso8859-1"); >+ createFontList("-*-courier-medium-r-normal--11-*-*-*-*-*-iso8859-1"); > > //----- heading > n = 0; >--- xpdf-3.02/xpdf/XPDFViewer.cc.orig 2008-06-02 00:07:47.000000000 +0200 >+++ xpdf-3.02/xpdf/XPDFViewer.cc 2008-06-02 00:12:58.522580484 +0200 >@@ -2795,7 +2795,7 @@ > aboutVersionFont = > createFontList("-*-times-medium-r-normal-*-14-*-*-*-*-*-iso8859-1"); > aboutFixedFont = >- createFontList("-*-courier-medium-r-*-12-*-*-*-*-*-iso8859-1"); >+ createFontList("-*-courier-medium-r-*-11-*-*-*-*-*-iso8859-1"); > > //----- heading > n = 0; >--- xpdf-3.02/xpdf/XPDFApp.cc.fontlist.orig 2007-02-27 23:05:52.000000000 +0100 >+++ xpdf-3.02/xpdf/XPDFApp.cc.fontlist 2008-06-02 00:11:25.014580096 +0200 >@@ -35,9 +35,9 @@ > //------------------------------------------------------------------------ > > static String fallbackResources[] = { >- "*.zoomComboBox*fontList: -*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1", >- "*XmTextField.fontList: -*-courier-medium-r-normal--12-*-*-*-*-*-iso8859-1", >- "*.fontList: -*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1", >+ "*.zoomComboBox*fontList: -*-helvetica-medium-r-normal--11-*-*-*-*-*-iso8859-1", >+ "*XmTextField.fontList: -*-courier-medium-r-normal--11-*-*-*-*-*-iso8859-1", >+ "*.fontList: -*-helvetica-medium-r-normal--11-*-*-*-*-*-iso8859-1", > "*XmTextField.translations: #override\\n" > " Ctrl<Key>a:beginning-of-line()\\n" > " Ctrl<Key>b:backward-character()\\n" >--- xpdf-3.02/xpdf/XPDFApp.cc.orig 2008-06-02 00:07:47.000000000 +0200 >+++ xpdf-3.02/xpdf/XPDFApp.cc 2008-06-02 00:11:09.750580765 +0200 >@@ -35,9 +35,9 @@ > //------------------------------------------------------------------------ > > static String fallbackResources[] = { >- "*.zoomComboBox*fontList: -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-iso8859-1", >- "*XmTextField.fontList: -*-courier-medium-r-*-12-*-*-*-*-*-iso8859-1", >- "*.fontList: -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-iso8859-1", >+ "*.zoomComboBox*fontList: -*-helvetica-medium-r-normal-*-11-*-*-*-*-*-iso8859-1", >+ "*XmTextField.fontList: -*-courier-medium-r-*-11-*-*-*-*-*-iso8859-1", >+ "*.fontList: -*-helvetica-medium-r-normal-*-11-*-*-*-*-*-iso8859-1", > "*XmTextField.translations: #override\\n" > " Ctrl<Key>a:beginning-of-line()\\n" > " Ctrl<Key>b:backward-character()\\n"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 449298
: 307323