debian: Add graphviz dependency
[gfxprim/pasky.git] / doc / example_fonts.txt
blob4c4b79bd8b173e9b14d06f4707fca324a3f5109d
1 Font and Text rendering
2 -----------------------
4 Fonttest
5 ~~~~~~~~
6 A simple program to show all font characters with different styles.
8 [source,c]
9 ------------------------------------------------------------------
10 include::../demos/c_simple/fonttest.c[]
11 ------------------------------------------------------------------
13 Fileview
14 ~~~~~~~~
15 A simple program to show contents of a file.
17 [source,c]
18 ------------------------------------------------------------------
19 include::../demos/c_simple/fileview.c[]
20 ------------------------------------------------------------------