LanguageUtil.h
资源名称:8202s.rar [点击查看]
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:0k
源码类别:
DVD
开发平台:
C/C++
- #ifndef _LANGUAGE_UTIL_H_
- #define _LANGUAGE_UTIL_H_
- #include "types.h"
- #include "FontInterface.h"
- extern UINT32 SetCurrentFont( UINT32 uiFontIdx );
- extern UINT32 SetCurrentFontByType( ENUM_FONT_TYPE enFontType );
- extern UINT32 GetSupportedFontNum();
- extern UINT32 IsInCharacterSet( const UINT8* pCode );
- extern UINT32 GetCharacterBmp( const UINT8* pCode, const UINT8** pBmp );
- extern ENUM_FONT_TYPE GetFontType();
- #endif