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 312115 Details for
Bug 455819
Font substitution in open office not working
[?]
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]
this patch might do the right thing
maybe.patch (text/plain), 1.02 KB, created by
Caolan McNamara
on 2008-07-18 10:01:16 UTC
(
hide
)
Description:
this patch might do the right thing
Filename:
MIME Type:
Creator:
Caolan McNamara
Created:
2008-07-18 10:01:16 UTC
Size:
1.02 KB
patch
obsolete
>Index: source/gdi/outdev3.cxx >=================================================================== >RCS file: /cvs/gsl/vcl/source/gdi/outdev3.cxx,v >retrieving revision 1.234.8.2 >diff -u -r1.234.8.2 outdev3.cxx >--- source/gdi/outdev3.cxx 31 Jan 2008 10:01:07 -0000 1.234.8.2 >+++ source/gdi/outdev3.cxx 18 Jul 2008 09:29:42 -0000 >@@ -3017,6 +3028,9 @@ > rFSD.meWeight = WEIGHT_DONTKNOW; > } > } >+ ImplDevFontListData* pFoundData = ImplFindBySearchName( aSearchName ); >+ if( pFoundData ) >+ return pFoundData; > > // some systems provide special customization > // e.g. they suggest "serif" as UI-font, but this name cannot be used directly >@@ -3026,7 +3040,7 @@ > ImplGetEnglishSearchFontName( aSearchName ); > > // check if the current font name token or its substitute is valid >- ImplDevFontListData* pFoundData = ImplFindBySearchName( aSearchName ); >+ pFoundData = ImplFindBySearchName( aSearchName ); > if( pFoundData ) > return pFoundData; >
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 455819
: 312115