Home
last modified time | relevance | path

Searched refs:IFont (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeFont/api/
H A Dintf_font.h102 class IFont : public CORE_NS::IInterface { class
105 using Ptr = BASE_NS::refcnt_ptr<IFont>;
136 IFont() = default;
137 virtual ~IFont() = default;
138 IFont(const IFont&) = delete;
139 IFont& operator=(const IFont&) = delete;
/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont.cpp105 if (uid == IFont::UID) { in GetInterface()
116 if (uid == IFont::UID) { in GetInterface()
H A Dfont_manager.h59 IFont::Ptr CreateFont(const TypeFace& typeface) override;
60 IFont::Ptr CreateFontFromMemory(const TypeFace& typeface, const BASE_NS::vector<uint8_t>& fontData) override;
H A Dfont.h30 class Font final : public IFont {
42 // IFont
H A Dfont_manager.cpp183 IFont::Ptr FontManager::CreateFont(const TypeFace& typeFace) in CreateFont()
198 IFont::Ptr FontManager::CreateFontFromMemory(const TypeFace& typeFace, const BASE_NS::vector<uint8_t>& buffer) in CreateFontFromMemory()

Completed in 5 milliseconds