Magellan Linux

Contents of /trunk/linterm_tools/fw_builder/bootsplash/README.fbtruetype

Parent Directory Parent Directory | Revision Log Revision Log


Revision 658 - (show annotations) (download)
Mon Jan 14 16:57:24 2008 UTC (16 years, 3 months ago) by niro
File size: 474 byte(s)
initial import

1 * fbtuetype *
2
3 a simple fbcon based truetype text renderer
4
5 This is a simple example program, using the kernel framebuffer device
6 to display text, rendered with freetype2.
7
8 On a unix-like system, the build instructions are simple:
9
10 (install and/or build the freetype2 library)
11 make
12 make install
13
14 To use the renderer:
15
16 fbtruetype -f /path/to/times.ttf "Text to display"
17
18 See the options with
19 fbtruetype -h
20
21 ---
22 Stefan Reinauer, <stepan@suse.de>
23 $Date: 2008-01-14 16:57:24 $