|
FRX SDK Documentation 2025 SP0
|
#include <CFontInfo.h>
Public Member Functions | |
| ~CFontInfo (void) | |
| std::wstring | GetFontDescription (std::wstring const &, std::wstring const &) |
| std::wstring | GetFontFile (std::wstring const &, std::wstring const &) |
| std::wstring | GetStyleName (std::wstring const &, int, int, int) |
| std::wstring | TypefaceEnglishToNative (std::wstring) |
| std::wstring | TypefaceNativeToEnglish (std::wstring) |
| int | FileToFontName (std::wstring const &, std::wstring &, int &, int &) |
| int | FileToFontName (std::wstring const &, std::wstring &, int &, int &, int &, int &) |
| int | FileToFontName (wchar_t const *, wchar_t *&, int &, int &, int &, int &) |
| int | FileToFullFontName (std::wstring const &, std::wstring &) |
| int | FileToFullFontName (std::wstring const &, std::wstring &, int &, int &) |
| int | FontInfoFromFullFontName (std::wstring const &, CFontInfoItem **) |
| int | FontInfoFromTypeFaceName (std::wstring const &, CFontInfoItem **) |
| int | FontNameToFile (std::wstring const &, int, int, std::wstring &) |
| int | FontNameToFileTTC (std::wstring const &, int, int, std::wstring &) |
| int | FontNameToFullName (std::wstring const &, int, int, std::wstring &) |
| int | FullNameToFontName (std::wstring const &, std::wstring &, std::wstring &) |
| int | FullNameToFontName (std::wstring const &, std::wstring &, int &, int &, int &, int &) |
| int | FullNameToFontName (std::wstring const &, int &, int &, std::wstring &) |
| int | GetCharSet (std::wstring const &, int *) |
| int | GetFontInfoItem (wchar_t const *, wchar_t const *, CFontInfoItem &) |
| int | IsEnglishLCID (void) |
| int | IsInstalledByFullName (std::wstring const &) |
| int | IsTtfForShxOrProxyTtf (std::wstring const &) |
| void | GetAllStyleForAFont (wchar_t const *, CFontInfoStringList &) |
| void | GetFontList (CFontInfoStringList &) |
| void | GetTTFsForShxAndProxyFonts (CFontInfoStringList &) |
| void | Init (void) |
| void | UpdateFontData (void) |
Static Public Member Functions | |
| static std::wstring __cdecl | GetFileNameWithoutPath (std::wstring const &) |
| static int __cdecl | FullFontNameToFile (std::wstring const &, std::wstring &) |
| static int __cdecl | GetTypeFaceFromTTFOrTTC (_iobuf *, int, unsigned long, std::wstring &) |
| static int __cdecl | GetTypeFaceInEnglish (std::wstring const &, std::wstring &) |
| static int __cdecl | InsertDefaultFontPath (std::wstring &) |
Definition at line 24 of file CFontInfo.h.
| CFontInfo::~CFontInfo | ( | void | ) |
| int CFontInfo::FileToFontName | ( | std::wstring const & | , |
| std::wstring & | , | ||
| int & | , | ||
| int & | , | ||
| int & | , | ||
| int & | ) |
| int CFontInfo::FileToFullFontName | ( | std::wstring const & | , |
| std::wstring & | ) |
| int CFontInfo::FontInfoFromFullFontName | ( | std::wstring const & | , |
| CFontInfoItem ** | ) |
| int CFontInfo::FontInfoFromTypeFaceName | ( | std::wstring const & | , |
| CFontInfoItem ** | ) |
| int CFontInfo::FullNameToFontName | ( | std::wstring const & | , |
| std::wstring & | , | ||
| int & | , | ||
| int & | , | ||
| int & | , | ||
| int & | ) |
| int CFontInfo::FullNameToFontName | ( | std::wstring const & | , |
| std::wstring & | , | ||
| std::wstring & | ) |
| void CFontInfo::GetAllStyleForAFont | ( | wchar_t const * | , |
| CFontInfoStringList & | ) |
| std::wstring CFontInfo::GetFontDescription | ( | std::wstring const & | , |
| std::wstring const & | ) |
| std::wstring CFontInfo::GetFontFile | ( | std::wstring const & | , |
| std::wstring const & | ) |
| int CFontInfo::GetFontInfoItem | ( | wchar_t const * | , |
| wchar_t const * | , | ||
| CFontInfoItem & | ) |
| void CFontInfo::GetFontList | ( | CFontInfoStringList & | ) |
| void CFontInfo::GetTTFsForShxAndProxyFonts | ( | CFontInfoStringList & | ) |
|
static |
| int CFontInfo::IsInstalledByFullName | ( | std::wstring const & | ) |
| int CFontInfo::IsTtfForShxOrProxyTtf | ( | std::wstring const & | ) |
| std::wstring CFontInfo::TypefaceEnglishToNative | ( | std::wstring | ) |
| std::wstring CFontInfo::TypefaceNativeToEnglish | ( | std::wstring | ) |