Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance TextPainter to draw Formatted Lists #73

Open
sesteel opened this issue Jan 9, 2014 · 0 comments
Open

Enhance TextPainter to draw Formatted Lists #73

sesteel opened this issue Jan 9, 2014 · 0 comments

Comments

@sesteel
Copy link
Contributor

sesteel commented Jan 9, 2014

Enhance TextPainter and related classes such that it supports the drawing of formatted lists. If you were to use wiki formatting the following figure a would display like figure b.

Figure A:
* Item A
** Item A.a
** Item A.b
* Item B
...

Figure B:
● Item A
  ○ Item A.a
  ○ Item A.b
● Item B
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant