[reportlab-users] Bullet Names

Robin Becker robin at reportlab.com
Mon Apr 9 03:38:55 EDT 2018


Hi Axel,

you are almost certainly correct :(

Interesting that they call it white circle when in fact it looks like a black circle :)

thanks for the report.

On 08/04/2018 20:25, Axel P. Kielhorn wrote:
> Hi,
> 
> flowables.py defines a dict with bulletNames:
> 
> _bulletNames = dict(
>                  bulletchar=u'\u2022',   #usually a small circle
>                  circle=u'\u25cf',   #circle as high as the font
>                  square=u'\u25a0',
>                  disc=u'\u25cf',
>                  diamond=u'\u25c6',
>                  diamondwx=u'\u2756',
>                  rarrowhead=u'\u27a4',
>                  sparkle=u'\u2747',
>                  squarelrs=u'\u274f',
>                  blackstar=u'\u2605',
>                  )
> 
> Here \u25cf is used twice.
> Shouldn’t the disc use \u25cb (White circle)?
> 
> Greetings
> Axel
> 
> _______________________________________________
> reportlab-users mailing list
> reportlab-users at lists2.reportlab.com
> https://pairlist2.pair.net/mailman/listinfo/reportlab-users
> 


-- 
Robin Becker


More information about the reportlab-users mailing list