Last change
on this file since 1190 was
1143,
checked in by Sam Hocevar, 16 years ago
|
- Better error checking in the figlet renderer.
- Allow to open fonts that have Unicode data (requires libcucul 0.99.beta6
which is not yet released).
|
-
Property svn:keywords set to
Id
|
File size:
554 bytes
|
Rev | Line | |
---|
[1101] | 1 | /* |
---|
| 2 | * TOIlet The Other Implementation’s letters |
---|
| 3 | * Copyright (c) 2006 Sam Hocevar <sam@zoy.org> |
---|
| 4 | * All Rights Reserved |
---|
| 5 | * |
---|
| 6 | * $Id: figlet.h 1143 2006-09-30 11:06:20Z sam $ |
---|
| 7 | * |
---|
| 8 | * This program is free software; you can redistribute it and/or |
---|
| 9 | * modify it under the terms of the Do What The Fuck You Want To |
---|
| 10 | * Public License, Version 2, as published by Sam Hocevar. See |
---|
| 11 | * http://sam.zoy.org/wtfpl/COPYING for more details. |
---|
| 12 | */ |
---|
| 13 | |
---|
[1102] | 14 | /* |
---|
| 15 | * This header defines functions for handling FIGlet fonts. |
---|
| 16 | */ |
---|
[1143] | 17 | extern cucul_canvas_t *render_figlet(uint32_t const *, unsigned int); |
---|
[1101] | 18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.