Changeset 443


Ignore:
Timestamp:
Jan 10, 2005, 1:37:53 AM (18 years ago)
Author:
Sam Hocevar
Message:
  • makefont.c: create bitmap font from ttf file.
Location:
pwntcha/trunk/extras
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • pwntcha/trunk/extras/Makefile.am

    r419 r443  
    55        font_linuxfr.php \
    66        getphpbbcaptcha.py \
     7        makefont.c \
    78        usercp_confirm.php \
    89        $(NULL)
  • pwntcha/trunk/extras/NOTES

    r419 r443  
    2323
    2424  Usage: php4 font_linuxfr.php > font_linuxfr.png
     25
     26makefont.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 TracChangeset for help on using the changeset viewer.