29#ifndef PT_GFX_FONTPROVIDER_H
30#define PT_GFX_FONTPROVIDER_H
32#include <Pt/Gfx/Api.h>
33#include <Pt/Gfx/FontFace.h>
34#include <Pt/System/Path.h>
52class PT_GFX_API FontProvider
54 friend class FontRegistry;
59 virtual ~FontProvider();
71 void registerFontRegistry(FontRegistry& registry);
73 void unregisterFontRegistry();
76 FontRegistry* _fontRegistry;
Registry of font files.
Definition FontRegistry.h:52
Represents a path in the file-system.
Definition Path.h:48
Graphics and imaging services.
Definition Api-Argb32Image.h:12
Core module.
Definition Allocator.h:33