From koffice Fri Jan 24 10:27:09 2003 From: David Faure Date: Fri, 24 Jan 2003 10:27:09 +0000 To: koffice Subject: Re: koffice compile problems CVS HEAD X-MARC-Message: https://marc.info/?l=koffice&m=104340412718132 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday 24 January 2003 08:46, Ferdinand Gassauer wrote: > Ferdinand Gassauer wrote: > > > seth@cql.com wrote: > > > >> All, > >> > >> I built from head yesterday and did not run into this problem. I suspect > >> mixed versions, or that something was committed between extracting > >> kdelibs and extracting koffice. > > Well I'll give it another try > compiles again :) > > But I do get squares scatter over the text (hyphenation?) Yes, it seems the hyphen character that I use for hyphenation isn't available in some fonts. (Strange, I thought Qt would then find a fond which has the character....) I suppose this fixes it? - --- kotextparag.cc 19 Jan 2003 17:44:21 -0000 1.151 +++ kotextparag.cc 24 Jan 2003 10:26:56 -0000 @@ -869,7 +869,7 @@ void KoTextParag::drawParagStringInterna #ifdef DEBUG_PAINT kdDebug(32500) << "drawing hyphen at x=" << startX+bw << endl; #endif - - painter.drawText( startX + bw, lastY + baseLine, "\xad" ); + painter.drawText( startX + bw, lastY + baseLine, "-" ); } } - -- David Faure -- faure@kde.org, dfaure@klaralvdalens-datakonsult.se Klarälvdalens Datakonsult AB, Platform-independent software solutions Contributing to: http://www.konqueror.org/, http://www.koffice.org/ KOffice-1.2.1 is available - http://download.kde.org/stable/koffice-1.2.1/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE+MRT972KcVAmwbhARAj5iAJoDnQB1Zcg/3W7i8TDOLTQamel1eACfSBSv rmhSZrKBOhic/MOcgN3g870= =5CXV -----END PGP SIGNATURE----- ____________________________________ koffice mailing list koffice@mail.kde.org To unsubscribe please visit: http://mail.kde.org/mailman/listinfo/koffice