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, cvs@abisource.com 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
> abisource-cvs-commit-request@abisource.com with the word
> unsubscribe in the message body.
Received on Wed Aug 1 11:32:05 2012
This archive was generated by hypermail 2.1.8 : Wed Aug 01 2012 - 11:32:05 CEST