T. Demand wrote on Thu, 7 Jul 2011 14:51:47 +0000 (UTC):
> Ingo Brueckl <ib <at> wupperonline.de> writes:
>>
>>
>> The bullet character (coming from Symbol font) in lists isn't a bullet (0xb7,
>> U+2022 or U+2219), but the 'infinity' character which looks very strange.
>>
> I had the same problem and finally found out the culprit after wasting
> much time.
> There is a Symbol replacement font which pretends to be compatible but
> is not.
> You must get rid of it.
> Read my story and the solution at:
>  http://www.td-e.com/tip/abiword-infinity-instead-bullet.php
Thanks a lot, but I'm not using Synaptic.
I solved it by patching src/af/gr/xp/gr_CairoGraphics.cpp:
  @@ -2688,10 +2688,10 @@
   //  and acutally cause problem on Mac with Cairo as it never finds the
   //  font "Standards Symbols L" -- hub
   //
  -//     if(pszFontFamily && !strcmp(pszFontFamily, "Symbol"))
  -//     {
  -//             pszFontFamily = "Standard Symbols L";
  -//     }
  +       if(pszFontFamily && !strcmp(pszFontFamily, "Symbol"))
  +       {
  +               pszFontFamily = "Standard Symbols L";
  +       }
          if(pszFontStyle && *pszFontStyle == 'n')
                  pStyle = "";
I don't know who hub is, but he seems responsible for the bug.
Ingo
-----------------------------------------------
To unsubscribe from this list, send a message to
abiword-user-request@abisource.com with the word
unsubscribe in the message body.
Received on Thu Jul  7 18:00:57 2011
This archive was generated by hypermail 2.1.8 : Thu Jul 07 2011 - 18:00:57 CEST