To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62039
Issue #:|62039
Summary:|Don't use X fonts
Component:|gsl
Version:|OOo 2.0.2
Platform:|All
URL:|
OS/Version:|All
Status:|NEW
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|PATCH
Priority:|P3
Subcomponent:|code
Assigned to:|ssa
Reported by:|kendy
------- Additional comments from [EMAIL PROTECTED] Tue Feb 14 03:13:13 -0800
2006 -------
The default of using/non-using X fonts should be changed - as discussed in
issue 35641... We currently use the following in ooo-build:
--- vcl/unx/source/gdi/salgdi3.cxx 2006-02-14 11:44:42.000000000 +0100
+++ vcl/unx/source/gdi/salgdi3.cxx 2006-02-14 12:01:55.155856532 +0100
@@ -1264,7 +1264,7 @@ bool X11SalGraphics::AddTempDevFont( Imp
void X11SalGraphics::GetDevFontList( ImplDevFontList *pList )
{
static const char* pEnableX11FontStr =
getenv( "SAL_ENABLE_NATIVE_XFONTS" );
- if( !pEnableX11FontStr || (pEnableX11FontStr[0] != '0') )
+ if( pEnableX11FontStr && (pEnableX11FontStr[0] == '1') )
{
// announce X11 fonts
XlfdStorage* pX11FontList = GetDisplay()->GetXlfdList();
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]