tesseract
5.0.0-alpha-619-ge9db
|
#include <intproto.h>
Public Attributes | |
uint16_t | NumProtos |
uint8_t | NumProtoSets |
uint8_t | NumConfigs |
PROTO_SET | ProtoSets [MAX_NUM_PROTO_SETS] |
uint8_t * | ProtoLengths |
uint16_t | ConfigLengths [MAX_NUM_CONFIGS] |
int | font_set_id |
Definition at line 104 of file intproto.h.
uint16_t INT_CLASS_STRUCT::ConfigLengths[MAX_NUM_CONFIGS] |
Definition at line 110 of file intproto.h.
int INT_CLASS_STRUCT::font_set_id |
Definition at line 111 of file intproto.h.
uint8_t INT_CLASS_STRUCT::NumConfigs |
Definition at line 107 of file intproto.h.
uint16_t INT_CLASS_STRUCT::NumProtos |
Definition at line 105 of file intproto.h.
uint8_t INT_CLASS_STRUCT::NumProtoSets |
Definition at line 106 of file intproto.h.
uint8_t* INT_CLASS_STRUCT::ProtoLengths |
Definition at line 109 of file intproto.h.
PROTO_SET INT_CLASS_STRUCT::ProtoSets[MAX_NUM_PROTO_SETS] |
Definition at line 108 of file intproto.h.