Home
last modified time | relevance | path

Searched refs:GetTypeFaces (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont_manager.h50 BASE_NS::array_view<const TypeFace> GetTypeFaces() const override;
56 BASE_NS::vector<TypeFace> GetTypeFaces(BASE_NS::string_view filePath) override;
57 BASE_NS::vector<TypeFace> GetTypeFaces(BASE_NS::array_view<const BASE_NS::string_view> lookupDirs) override;
H A Dfont_manager.cpp106 array_view<const TypeFace> FontManager::GetTypeFaces() const in GetTypeFaces() function in FontManager
123 vector<TypeFace> FontManager::GetTypeFaces(const string_view filePath) in GetTypeFaces() function in FontManager
130 vector<TypeFace> FontManager::GetTypeFaces(array_view<const string_view> lookupDirs) in GetTypeFaces() function in FontManager

Completed in 2 milliseconds