Home | History | Annotate | Download | only in ge

Lines Matching refs:CFX_FolderFontInfo

1329 CFX_FolderFontInfo::CFX_FolderFontInfo()

1332 CFX_FolderFontInfo::~CFX_FolderFontInfo()
1342 void CFX_FolderFontInfo::AddPath(FX_BSTR path)
1346 void CFX_FolderFontInfo::Release()
1350 FX_BOOL CFX_FolderFontInfo::EnumFontList(CFX_FontMapper* pMapper)
1358 void CFX_FolderFontInfo::ScanPath(CFX_ByteString& path)
1393 void CFX_FolderFontInfo::ScanFile(CFX_ByteString& path)
1422 void CFX_FolderFontInfo::ReportFace(CFX_ByteString& path, FXSYS_FILE* pFile, FX_DWORD filesize, FX_DWORD offset)
1490 void* CFX_FolderFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR family, FX_BOOL& bExact)
1494 void* CFX_FolderFontInfo::GetFont(FX_LPCSTR face)
1502 FX_DWORD CFX_FolderFontInfo::GetFontData(void* hFont, FX_DWORD table, FX_LPBYTE buffer, FX_DWORD size)
1542 void CFX_FolderFontInfo::DeleteFont(void* hFont)
1545 FX_BOOL CFX_FolderFontInfo::GetFaceName(void* hFont, CFX_ByteString& name)
1554 FX_BOOL CFX_FolderFontInfo::GetFontCharset(void* hFont, int& charset)