Re: ib - r31623 - abiword/trunk/src/af/gr/xp
Jean Brefort <[email protected]>
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <[email protected]> |
Why should we use the Symbol font at all and not unicode characters? Just like for Dingbats. Jean Le mercredi 01 août 2012 à 11:14 +0200, [email protected] a écrit : > Author: ib > Date: 2012-08-01 11:14:04 +0200 (Wed, 01 Aug 2012) > New Revision: 31623 > > Modified: > abiword/trunk/src/af/gr/xp/gr_CairoGraphics.cpp > Log: > Fix an other issue with option with-standard-symbols-l. > > Recognize the appropriate font family as Symbol. > > > Modified: abiword/trunk/src/af/gr/xp/gr_CairoGraphics.cpp > =================================================================== > --- abiword/trunk/src/af/gr/xp/gr_CairoGraphics.cpp 2012-08-01 08:58:37 UTC (rev 31622) > +++ abiword/trunk/src/af/gr/xp/gr_CairoGraphics.cpp 2012-08-01 09:14:04 UTC (rev 31623) > @@ -2502,7 +2502,11 @@ > if (szLCFontName) > { > xxx_UT_DEBUGMSG(("GR_CairoGraphics::setFont: %s\n", szLCFontName)); > +#ifdef WITH_STANDARD_SYMBOLS_L > + if(strstr(szLCFontName,"standard symbols l") != NULL) > +#else > if(strstr(szLCFontName,"symbol") != NULL) > +#endif > { > /* > * I am not too happy about this, and do not want to see the exception > > ----------------------------------------------- > To unsubscribe from this list, send a message to > [email protected] with the word > unsubscribe in the message body.