[reportlab-users] Bullet Names
Axel P. Kielhorn
python-rl at axelkielhorn.de
Sun Apr 8 15:25:15 EDT 2018
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
More information about the reportlab-users
mailing list