#include <time.h>
#include "host.h"
Go to the source code of this file.
◆ MAX_FONT_NAME
| #define MAX_FONT_NAME 34 /*name of font */ |
◆ MAX_OCR_NAME
| #define MAX_OCR_NAME 32 /*name of engine */ |
◆ MAX_OCR_VERSION
| #define MAX_OCR_VERSION 17 /*version code of engine */ |
◆ PITCH_DEF
| #define PITCH_DEF 0 /*default */ |
◆ PITCH_FIXED
| #define PITCH_FIXED 1 /*fixed pitch */ |
◆ PITCH_VAR
| #define PITCH_VAR 2 /*variable pitch */ |
◆ CANCEL_FUNC
| typedef bool(* CANCEL_FUNC) (void *cancel_this, int words) |
◆ PROGRESS_FUNC
| typedef bool(* PROGRESS_FUNC) (int progress, int left, int right, int top, int bottom) |