Leptonica 1.68
C Image Processing Library
|
Exploration of various text drawing techniques. More...
#include "allheaders.h"
Go to the source code of this file.
Defines | |
#define | NFONTS 9 |
#define | DIRECTORY "./fonts" |
#define | DEBUG 0 |
Functions | |
main (int argc, char **argv) | |
Variables | |
const l_int32 | sizes [] = { 4, 6, 8, 10, 12, 14, 16, 18, 20 } |
Exploration of various text drawing techniques.
Definition in file renderfonts.c.
#define NFONTS 9 |
Definition at line 24 of file renderfonts.c.
#define DIRECTORY "./fonts" |
Definition at line 25 of file renderfonts.c.
Referenced by main().
#define DEBUG 0 |
Definition at line 29 of file renderfonts.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 32 of file renderfonts.c.
References bmfCreate(), bmfDestroy(), bmfGetStringWidth(), composeRGBPixel(), DIRECTORY, ERROR_INT, filein, IFF_JFIF_JPEG, L_CLONE, lept_free(), NULL, L_Bmf::pixa, pixaGetPix(), pixDestroy(), pixGetDepth(), pixGetWidth(), pixRead(), pixSetMaskedGeneral(), pixSetTextblock(), pixSetTextline(), pixWrite(), size, startTimer(), stopTimer(), stringNew(), and textstr.
Definition at line 27 of file renderfonts.c.