36 FT_LibraryRec_* m_lib;
39 std::shared_ptr<Color3f> m_color;
41 std::map<wchar_t, std::shared_ptr<Glyph>> m_map;
47 std::shared_ptr<Glyph>
getGlyph(
wchar_t character);
49 std::shared_ptr<Color3f>
color()
const;
52 std::shared_ptr<Vector2i>
textExtent(
const std::wstring& text);
55 std::shared_ptr<Glyph> createGlyph(
wchar_t character);