~ubuntu-branches/ubuntu/precise/gle-graphics/precise

« back to all changes in this revision

Viewing changes to src/gle/tex.cpp

  • Committer: Package Import Robot
  • Author(s): Christian T. Steigies
  • Date: 2011-10-20 22:15:27 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20111020221527-sv27lrowdd221npi
Tags: 4.2.3b-1
* new upstream version
* switch from cdbs to debhelper 8
* update copyright file
* do no rely on proc on non-linux systems (closes: #644588)
* do not ship glebtool, which is a helper used only during build
* add libqt4-opengl-dev to build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
 *    fftext_block
71
71
 *        text_tomacro
72
72
 *        text_topcode
 
73
 *           uses: do_prim
73
74
 *        text_wrapcode
 
75
 *           uses: set_glue
74
76
 *        text_draw
75
77
 *
76
78
 * text_tomacro
421
423
        return save_inp;
422
424
}
423
425
 
 
426
// used by topcode()
424
427
void text_box(const string& s,double width,int *tbuff, int *rplen) {
425
428
        int plen=0;
426
429
        char *workbuff;
922
925
          case tp_tex:
923
926
                params->cmdParam1(in);
924
927
                outlong(11);
925
 
                outlong(TeXInterface::getInstance()->createObj(params->getCStr1()));
 
928
                outlong(TeXInterface::getInstance()->createObj(params->getCStr1(), p_hei));
926
929
                break;
927
930
          case tp_frac:
928
931
          case tp_delimiter: