DragonNest/Client/EtUITool/GetFontFile.h
Cussrro 47f7895977 Revert "修复编码问题"
This reverts commit 9e69c01767.
2024-12-21 10:04:04 +08:00

19 lines
577 B
C

// GetFontFile.h
//
// Copyright (C) 2001 Hans Dietrich
//
// This software is released into the public domain.
// You are free to use it in any way you like.
//
// This software is provided "as is" with no expressed
// or implied warranty. I accept no liability for any
// damage or loss of business that this software may cause.
//
///////////////////////////////////////////////////////////////////////////////
#ifndef GETFONTFILE_H
#define GETFONTFILE_H
BOOL GetFontFile(LPCTSTR lpszFontName, CString& strDisplayName, CString& strFontFile);
#endif //GETFONTFILE_H