~ubuntu-branches/ubuntu/vivid/tesseract/vivid

« back to all changes in this revision

Viewing changes to textord/drawtord.h

  • Committer: Package Import Robot
  • Author(s): Jeff Breidenbach
  • Date: 2014-02-03 11:10:20 UTC
  • mfrom: (1.3.1) (19.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20140203111020-igquodd7pjlp3uri
Tags: 3.03.01-1
* New upstream release, includes critical fix to PDF rendering
* Complete leptonlib transition (see bug #735509)
* Promote from experimental to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include          "scrollview.h"
25
25
#include          "pitsync1.h"
26
26
#include          "blobbox.h"
27
 
#include          "notdll.h"
28
27
 
29
28
#define NO_SMD        "none"
30
29
 
34
33
extern STRING_VAR_H (to_smdfile, NO_SMD, "Name of SMD file");
35
34
extern ScrollView* to_win;
36
35
extern FILE *to_debug;
37
 
void create_to_win(                //make features win
38
 
                   ICOORD page_tr  //size of page
39
 
                  );
40
 
void close_to_win();  //make features win
 
36
// Creates a static display window for textord, and returns a pointer to it.
 
37
ScrollView* create_to_win(ICOORD page_tr);
 
38
void close_to_win();  // Destroy the textord window.
41
39
void create_todebug_win();  //make gradients win
42
40
void plot_box_list(                      //make gradients win
43
41
                   ScrollView* win,           //window to draw in