|
tesseract v5.3.3.20231005
|
#include "commandlineflags.h"#include "fileio.h"#include "normstrngs.h"#include "pango_font_info.h"#include "tlog.h"#include <tesseract/unichar.h>#include "pango/pango.h"#include "pango/pangocairo.h"#include "pango/pangofc-font.h"#include <algorithm>#include <cstdio>#include <cstdlib>#include <cstring>#include <sys/param.h>Go to the source code of this file.
Namespaces | |
| namespace | tesseract |
Macros | |
| #define | DISABLE_HEAP_LEAK_CHECK |
Variables | |
| const int | tesseract::kDefaultResolution = 300 |
| #define DISABLE_HEAP_LEAK_CHECK |
Definition at line 50 of file pango_font_info.cpp.