Last change
on this file was
443,
checked in by Sam Hocevar, 18 years ago
|
- makefont.c: create bitmap font from ttf file.
|
-
Property svn:keywords set to
Id
|
File size:
815 bytes
|
Line | |
---|
1 | $Id: NOTES 443 2005-01-10 00:37:53Z sam $ |
---|
2 | |
---|
3 | The extras/ directory contains extra files that were used to generate |
---|
4 | static files such as fonts. |
---|
5 | |
---|
6 | usercp_confirm.php |
---|
7 | ------------------ |
---|
8 | This file is includes/usercp_confirm.php, extracted from phpBB's captcha |
---|
9 | generator. It was used to generate the font_phpbb.png font file. This file |
---|
10 | is NOT under the WTFPL, it is GPL. |
---|
11 | |
---|
12 | Usage: php4 usercp_confirm.php > font_phpbb.png |
---|
13 | |
---|
14 | getphpbbcaptcha.py |
---|
15 | ------------------ |
---|
16 | Download a phpBB captcha from www.phpbb.com and output it to stdout. |
---|
17 | |
---|
18 | Usage: getphpbbcaptcha.py > captcha.png |
---|
19 | |
---|
20 | font_linuxfr.php |
---|
21 | ---------------- |
---|
22 | This file is used to create the linuxfr font. |
---|
23 | |
---|
24 | Usage: php4 font_linuxfr.php > font_linuxfr.png |
---|
25 | |
---|
26 | makefont.c |
---|
27 | ---------- |
---|
28 | This program is used to do a bitmap drawing of a ttf font. |
---|
29 | |
---|
30 | Usage: makefont <font.ttf> <size> <text> <output.bmp> |
---|
31 | |
---|
Note: See
TracBrowser
for help on using the repository browser.