会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
计算机知识杂谈
博客园
首页
新随笔
联系
订阅
管理
2021年10月19日
easyx 文字字体的设置
摘要: 默认的情况下,easyx在使用outtextxy函数输出字符串时,使用的是默认的字体输出。 例如: #include "stdafx.h" int main(){ initgraph(640,480); //settextstyle(20, 0, _T("楷体")); outtextxy(0, 0,
阅读全文
posted @ 2021-10-19 18:25 计算机知识杂谈
阅读(4590)
评论(0)
推荐(1)
编辑
公告