fix remapping behavior. Remapping is only necessary if we are rendering on the workbe...
[AROS-Contrib.git] / arospdf / splash / SplashFontFileID.h
blobbed11d336e0d547e8ee7fc589c7ce02c9bf723cf
1 //========================================================================
2 //
3 // SplashFontFileID.h
4 //
5 //========================================================================
7 #ifndef SPLASHFONTFILEID_H
8 #define SPLASHFONTFILEID_H
10 #include <aconf.h>
12 #ifdef USE_GCC_PRAGMAS
13 #pragma interface
14 #endif
16 #include "gtypes.h"
18 //------------------------------------------------------------------------
19 // SplashFontFileID
20 //------------------------------------------------------------------------
22 class SplashFontFileID {
23 public:
25 SplashFontFileID();
26 virtual ~SplashFontFileID();
27 virtual GBool matches(SplashFontFileID *id) = 0;
30 #endif