~ubuntu-branches/ubuntu/intrepid/poppler/intrepid-security

« back to all changes in this revision

Viewing changes to splash/SplashFont.h

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2008-05-15 12:33:18 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20080515123318-4ou7y7oa1wz54f3u
Tags: 0.8.2-2
* Upload to unstable.
* Set myself as Maintainer instead of Uploader, taking over from Ondřej Surý
  but I wish we move to an official team; closes: #481323.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
  // Return the path for a glyph.
76
76
  virtual SplashPath *getGlyphPath(int c) = 0;
77
77
 
 
78
  // Return the advance of a glyph. (in 0..1 range)
 
79
  // < 0 means not known
 
80
  virtual double getGlyphAdvance(int c) { return -1; }
 
81
 
78
82
  // Return the font transform matrix.
79
83
  SplashCoord *getMatrix() { return mat; }
80
84