搜索资源列表
de-mole-iton VS v0.41
- Molebox v4.x 解包工具,可Molebox v4.x加密的程序 WARNING! This is BETA version of Molebox v4.x unpacker. It is not well tested and may crash. If you find a bug, please report it to me via email <kao.was.here@gmail.com> or my blog (https://lifeinhex.com) a
一个文件完美解决HGE中文显示问题
- // 一、包含 "gfxFont.h" 头文件。 // 二、创建字体指针:GfxFont* fontspr = new GfxFont(字体名,字体大小,是否粗体,是否斜//体,是否平滑模式); // 三、文本颜色:fontspr->SetColor(ARGB); // 三、文本渲染:fontspr->Print(坐标x,坐标y,文本内容); // 四、销毁字体:当程序结束时,使用 delete fontspr; 来销毁字体。