MCPcopy Create free account
hub / github.com/aiekick/ImGuiFontStudio / Load

Method Load

src/Project/ProjectFile.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87bool ProjectFile::Load()
88{
89 return LoadAs(m_ProjectFilePathName);
90}
91
92bool ProjectFile::LoadAs(const std::string& vFilePathName)
93{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected