LanguageUtil.h
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:0k
源码类别:

DVD

开发平台:

C/C++

  1. #ifndef _LANGUAGE_UTIL_H_
  2. #define _LANGUAGE_UTIL_H_
  3. #include "types.h"
  4. #include "FontInterface.h"
  5. extern UINT32           SetCurrentFont( UINT32 uiFontIdx );
  6. extern UINT32           SetCurrentFontByType( ENUM_FONT_TYPE enFontType );
  7. extern UINT32           GetSupportedFontNum();
  8. extern UINT32           IsInCharacterSet( const UINT8* pCode );
  9. extern UINT32           GetCharacterBmp( const UINT8* pCode, const UINT8** pBmp );
  10. extern ENUM_FONT_TYPE   GetFontType();
  11. #endif