Sha256: 5295ab94c0415b129e986f76146d148a0832ad43d20b01c20b884747d250ba8e
Contents?: true
Size: 644 Bytes
Versions: 2
Compression:
Stored size: 644 Bytes
Contents
//======================================================================== // // SplashFontFileID.h // //======================================================================== #ifndef SPLASHFONTFILEID_H #define SPLASHFONTFILEID_H #include <aconf.h> #ifdef USE_GCC_PRAGMAS #pragma interface #endif #include "gtypes.h" //------------------------------------------------------------------------ // SplashFontFileID //------------------------------------------------------------------------ class SplashFontFileID { public: SplashFontFileID(); virtual ~SplashFontFileID(); virtual GBool matches(SplashFontFileID *id) = 0; }; #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pdf2json-0.2.0 | pdf2json-0.52-source/splash/SplashFontFileID.h |
pdf2json-0.1.0 | pdf2json-0.52-source/splash/SplashFontFileID.h |