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

📄 uspmain.c

📁 支持Unicode及Uniscribe的多语言输入的文本编辑器源码。
💻 C
字号:
#include <windows.h>

#pragma comment(linker, "/opt:nowin98")

#pragma comment(linker, "/export:UspAnalyze=_UspAnalyze@40")
#pragma comment(linker, "/export:UspFree=_UspFree@4")
#pragma comment(linker, "/export:UspAllocate=_UspAllocate@0")
#pragma comment(linker, "/export:UspApplyAttributes=_UspApplyAttributes@8")
#pragma comment(linker, "/export:UspApplySelection=_UspApplySelection@12")
#pragma comment(linker, "/export:UspTextOut=_UspTextOut@28")
#pragma comment(linker, "/export:UspSnapXToOffset=_UspSnapXToOffset@20")
#pragma comment(linker, "/export:UspXToOffset=_UspXToOffset@20")
#pragma comment(linker, "/export:UspOffsetToX=_UspOffsetToX@16")
#pragma comment(linker, "/export:UspSetSelColor=_UspSetSelColor@12")
#pragma comment(linker, "/export:UspInitFont=_UspInitFont@12")
#pragma comment(linker, "/export:UspFreeFont=_UspFreeFont@4")
#pragma comment(linker, "/export:UspGetSize=_UspGetSize@8")
#pragma comment(linker, "/export:UspGetLogAttr=_UspGetLogAttr@4")
#pragma comment(linker, "/export:UspBuildAttr=_UspBuildAttr@32")

BOOL CALLBACK DllMain(HINSTANCE hInst, DWORD dwReason, LPVOID lpReserved)
{
	return TRUE;
}

⌨️ 快捷键说明

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