FontCreator.h 215 B

1234567
  1. #include <api/service/svcs/svc_font.h>
  2. template <class T>
  3. class FontCreator : public waServiceFactoryT<svc_font, T>
  4. {
  5. public:
  6. FontCreator(GUID myGuid = INVALID_GUID) : waServiceFactoryT<svc_font, T>(myGuid) {}
  7. };