|
HDK
|
#include "FONT_API.h"#include "FONT_Enums.h"#include "FONT_Info.h"#include <UT/UT_ArrayStringMap.h>#include <UT/UT_ArrayStringSet.h>#include <UT/UT_NonCopyable.h>#include <UT/UT_Set.h>#include <UT/UT_StringHolder.h>#include <UT/UT_StringMap.h>#include <UT/UT_UniquePtr.h>#include <UT/UT_ValArray.h>
Include dependency graph for FONT_Registry.h:Go to the source code of this file.
Classes | |
| class | FONT_Registry |
Typedefs | |
| typedef UT_ArrayStringMap < font_CacheInfo > | font_CacheMap |
| typedef UT_Array< const FONT_Info * > | FONT_InfoPtrList |
| typedef struct FT_FaceRec_ * | FT_Face |
| typedef UT_ArrayStringMap<font_CacheInfo> font_CacheMap |
Definition at line 32 of file FONT_Registry.h.
| typedef UT_Array<const FONT_Info *> FONT_InfoPtrList |
Definition at line 35 of file FONT_Registry.h.
| typedef struct FT_FaceRec_* FT_Face |
Definition at line 36 of file FONT_Registry.h.