~naesten/tex-live/trunk

« back to all changes in this revision

Viewing changes to libs/poppler/poppler-src/fofi/FoFiTrueType.h

  • Committer: karl
  • Date: 2018-01-09 18:53:05 UTC
  • Revision ID: svn-v4:c570f23f-e606-0410-a88d-b1316a301751:trunk/Build/source:46257
poppler 0.62.0, requiring C++11; luatex not updated yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
  // Create a FoFiTrueType object from a file on disk.
54
54
  static FoFiTrueType *load(char *fileName, int faceIndexA=0);
55
55
 
56
 
  virtual ~FoFiTrueType();
 
56
  ~FoFiTrueType();
57
57
 
58
58
  // Returns true if this an OpenType font containing CFF data, false
59
59
  // if it's a TrueType font (or OpenType font with TrueType data).