Skip to content

Commit

Permalink
lead in example
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed May 29, 2021
1 parent 3e5470a commit 3e60a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class, and a set of backend classes. Each backend provides a Canvas class.
You pass a Canvas instance to a BlackRendererFont instance when drawing a
glyph. Most backends also have a Surface class, which is a generalized
convenience class to produce a canvas for a bitmap (or SVG document) for a
specific box.
specific box. Here is a minimal example:

```python
from blackrenderer.font import BlackRendererFont
Expand Down

0 comments on commit 3e60a16

Please sign in to comment.