~ubuntu-branches/ubuntu/lucid/xpdf/lucid-updates

« back to all changes in this revision

Viewing changes to splash/SplashT1Font.h

  • Committer: Bazaar Package Importer
  • Author(s): Andy Price
  • Date: 2007-05-17 22:04:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517220433-gzcx2lrvllkbl7mr
Tags: 3.02-1ubuntu1
* Merge from Debian unstable (LP: #113365), remaining changes:
  - Added back 09_xpdfrc_manpage.dpatch (LP #71753)
  - Set Ubuntu maintainer

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
class SplashT1Font: public SplashFont {
27
27
public:
28
28
 
29
 
  SplashT1Font(SplashT1FontFile *fontFileA, SplashCoord *matA);
 
29
  SplashT1Font(SplashT1FontFile *fontFileA, SplashCoord *matA,
 
30
               SplashCoord *textMatA);
30
31
 
31
32
  virtual ~SplashT1Font();
32
33
 
45
46
private:
46
47
 
47
48
  int t1libID;                  // t1lib font ID
 
49
  int outlineID;                // t1lib font ID for glyph outlines
48
50
  float size;
 
51
  float outlineSize;            // size for glyph outlines
 
52
  float outlineMul;
49
53
};
50
54
 
51
55
#endif // HAVE_T1LIB_H