Re: No bullets in lists

Ingo Brückl <[email protected]> Thu, 07 Jul 2011 17:59:45 +0200
Newsgroups gmane.editors.abiword.user
Message-ID <[email protected]>
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
[email protected] with the word
unsubscribe in the message body.