aboutsummaryrefslogtreecommitdiffstats
path: root/fbtruetype/README
blob: 7fc9383e5c0ab1085dad089ecabf5c74bd2a6419 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
* fbmngplay *

a simple fbcon based truetype text renderer

This is a simple example program, using the kernel framebuffer device
to display text, rendered with freetype2.

On a unix-like system, the build instructions are simple:

(install and/or build the freetype2 library)
make
make install

To use the renderer:

fbtruetype -f /path/to/times.ttf "Text to display"

See the options with 
fbtruetype -h

---
Stefan Reinauer, <stepan@suse.de>
$Date$