Use exe path to search for fonts
This commit is contained in:
@@ -6,3 +6,5 @@
|
||||
bool isError(const HRESULT result, const std::stringstream message);
|
||||
bool isError(const HRESULT result, const char* message);
|
||||
std::string utf8Encode(const std::wstring& wstr);
|
||||
HRESULT getAppPath(std::wstring& outPath);
|
||||
HRESULT getAppDir(std::wstring& outPath);
|
||||
|
||||
Reference in New Issue
Block a user