~ubuntu-branches/ubuntu/utopic/texlive-bin/utopic

« back to all changes in this revision

Viewing changes to texk/xdvipdfmx/src/cid.h

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-05-07 10:47:49 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20120507104749-p00ot5sajjbkp1hp
Tags: 2011.20120507-1
* new upstream checkout: uptex 1.10
* drop patches for config file inclusion in (x)dvipdfmx, included upstream
* add man page for etex
* include pmpost patches and build it
* adapt/unfuzzify patches for current sources
* disable mtx building, we have prepmx package in Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*  $Header: /home/cvsroot/dvipdfmx/src/cid.h,v 1.13 2004/09/02 12:23:06 hirata Exp $
 
1
/*  $Header: /home/cvsroot/dvipdfmx/src/cid.h,v 1.14 2008/11/30 21:12:27 matthias Exp $
2
2
    
3
3
    This is dvipdfmx, an eXtended version of dvipdfm by Mark A. Wicks.
4
4
 
44
44
typedef struct CIDFont CIDFont;
45
45
 
46
46
extern void CIDFont_set_verbose     (void);
 
47
#if 0
47
48
extern int  CIDFont_require_version (void);
 
49
#endif
48
50
extern void CIDFont_set_flags       (long flags);
49
51
 
50
52
#define CIDFONT_FORCE_FIXEDPITCH (1 << 1)