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

« back to all changes in this revision

Viewing changes to splash/SplashT1FontFile.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:
35
35
 
36
36
  // Create a new SplashT1Font, i.e., a scaled instance of this font
37
37
  // file.
38
 
  virtual SplashFont *makeFont(SplashCoord *mat);
 
38
  virtual SplashFont *makeFont(SplashCoord *mat,
 
39
                               SplashCoord *textMat);
39
40
 
40
41
private:
41
42