想用一种新字体.思路是打开运用程序后将字体拷到C:\Windows\Fonts下,然后再调用。可怎么也拷不进去。
QString sApp=a.applicationDirPath();
sApp.replace("/","\\");
sApp=sApp+"\\Font\\";
while(!QFile::copy( sApp+"DroidSans.ttf", "C:\\Windows\\Fonts\\DroidSans.ttf"));
但是拷到其他文件夹就能成功,比如
while(!QFile::copy( sApp+"DroidSans.ttf", "C:\\Windows\\DroidSans.ttf"));
请问怎么回事??????
------解决方案--------------------
电脑是什么系统的?如果是win7的双击字体就可以安装,如果是xp要打开控制面板,找到字体,然后粘贴,就OK了