30 std::map<std::string, FT_Face> m_faces;
32 FT_Face cachedFace(std::string
const &name)
const;
37 FT_Face loadFace(std::string
const &path, FT_Error &err);
38 FT_Face loadFace(std::string
const &name,
const void *,
size_t, FT_Error &err);
Definition: FT2Facade.h:28