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
515 B
29 lines
515 B
4 months ago
|
/*! \page simple-font-demo-example.html
|
||
|
|
||
|
\ingroup tqfont-examples
|
||
|
|
||
|
\title A simple demonstration of TQFont member functions
|
||
|
|
||
|
This example demonstrates the use of various
|
||
|
TQFont member functions.
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
The main window API (viewer.h):
|
||
|
|
||
|
\include fonts/simple-tqfont-demo/viewer.h
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
The main window implementation (viewer.cpp):
|
||
|
|
||
|
\include fonts/simple-tqfont-demo/viewer.cpp
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
main() program (simple-tqfont-demo.cpp):
|
||
|
|
||
|
\include fonts/simple-tqfont-demo/simple-tqfont-demo.cpp
|
||
|
|
||
|
*/
|