Leptonica 1.68
C Image Processing Library

renderfonts.c File Reference

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 }

Detailed Description

Exploration of various text drawing techniques.

Definition in file renderfonts.c.


Define Documentation

#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.


Function Documentation


Variable Documentation

const l_int32 sizes[] = { 4, 6, 8, 10, 12, 14, 16, 18, 20 }

Definition at line 27 of file renderfonts.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines