loaders: JPG: Fix bussy loop on corrupted file.
[gfxprim.git] / doc / example_py_font_style.txt
blob49d3b7604aece350ba38620b5dc5889d260b1c9d
1 Font Style
2 ----------
3 A simple example that shows drawing with compiled in bitmap fonts.
5 [source,python]
6 ------------------------------------------------------------------
7 include::../demos/py_simple/font_style.py[]
8 ------------------------------------------------------------------