|
tesseract
4.00.00dev
|
#include "strngs.h"Go to the source code of this file.
Namespaces | |
| tesseract | |
Macros | |
| #define | EnableCharDisplay() (DisplayCharacters = TRUE) |
| #define | DisableCharDisplay() (DisplayCharacters = FALSE) |
| #define | EnableMatchDisplay() (DisplayMatchList = TRUE) |
| #define | DisableMatchDisplay() (DisplayMatchList = FALSE) |
Functions | |
| void | tesseract::ExtractFontName (const STRING &filename, STRING *fontname) |
| #define DisableCharDisplay | ( | ) | (DisplayCharacters = FALSE) |
Definition at line 31 of file blobclass.h.
| #define DisableMatchDisplay | ( | ) | (DisplayMatchList = FALSE) |
Definition at line 35 of file blobclass.h.
| #define EnableCharDisplay | ( | ) | (DisplayCharacters = TRUE) |
| #define EnableMatchDisplay | ( | ) | (DisplayMatchList = TRUE) |
Definition at line 34 of file blobclass.h.