You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
302 B
29 lines
302 B
13 years ago
|
/*
|
||
|
*/
|
||
|
/*! \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
|
||
|
*/
|
||
|
|