summaryrefslogtreecommitdiffstats
path: root/examples/qfd/qfd.doc
blob: dc9360c21f3c163d7f1d24d77d8fb11b0b5ba160 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
*/
/*!   \page qfd-example.html

  \ingroup examples
  \title Font Displayer

  This example program displays all characters of a font.

  <hr>

  Header file:

  \include qfd/fontdisplayer.h

  <hr>

  Implementation:

  \include qfd/fontdisplayer.cpp

  <hr>

  Main:

  \include qfd/qfd.cpp
*/