tesseract
3.03
|
#include "stringrenderer.h"
#include <stdio.h>
#include <string.h>
#include <algorithm>
#include <map>
#include <utility>
#include <vector>
#include "allheaders.h"
#include "boxchar.h"
#include "ligature_table.h"
#include "normstrngs.h"
#include "pango/pango-font.h"
#include "pango/pango-glyph-item.h"
#include "tlog.h"
#include "unichar.h"
#include "unicode/uchar.h"
#include "util.h"
#include "pango/pango-glyph-item-private.h"
Go to the source code of this file.
Namespaces | |
namespace | tesseract |
Defines | |
#define | pango_glyph_item_iter_init_start _pango_glyph_item_iter_init_start |
#define | pango_glyph_item_iter_next_cluster _pango_glyph_item_iter_next_cluster |
Functions | |
Pix * | tesseract::CairoARGB32ToPixFormat (cairo_surface_t *surface) |
#define pango_glyph_item_iter_init_start _pango_glyph_item_iter_init_start |
Definition at line 44 of file stringrenderer.cpp.
#define pango_glyph_item_iter_next_cluster _pango_glyph_item_iter_next_cluster |
Definition at line 45 of file stringrenderer.cpp.