⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 languageutil.h

📁 Sunplus 8202S source code.
💻 H
字号:
#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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -