Leptonica  1.83.1
Image processing and image analysis suite
bmf.h File Reference

Go to the source code of this file.

Data Structures

struct  L_Bmf
 

Typedefs

typedef struct L_Bmf L_BMF
 

Enumerations

enum  { SPLIT_ON_LEADING_WHITE = 1 , SPLIT_ON_BLANK_LINE = 2 , SPLIT_ON_BOTH = 3 }
 

Detailed Description

Simple data structure to hold bitmap fonts and related data

Definition in file bmf.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Constants for deciding when text block is divided into paragraphs

Split Text

Enumerator
SPLIT_ON_LEADING_WHITE 

tab or space at beginning of line

SPLIT_ON_BLANK_LINE 

newline with optional white space

SPLIT_ON_BOTH 

leading white space or newline

Definition at line 38 of file bmf.h.