doc: filters_python: Add rotation and symmetry filters.
[gfxprim/pasky.git] / doc / example_fonts.txt
blob85a6618aff76892f0ffd0e1f8006d57b9e0a65e4
1 Font Test Example
2 -----------------
3 .A simple program to show all font characters with different styles.
5 [source,c]
6 ------------------------------------------------------------------
7 include::../demos/c_simple/fonttest.c[]
8 ------------------------------------------------------------------
10 Fileview
11 --------
12 .A simple program to show contents of a file.
14 [source,c]
15 ------------------------------------------------------------------
16 include::../demos/c_simple/fileview.c[]
17 ------------------------------------------------------------------