Home > Back-end >  How to use the program to install the fonts
How to use the program to install the fonts

Time:09-25

Is the way it is, has developed a small program in c language learning, because made an interface such as a graphics library, then use the Internet to download the font file, but if on the other computer also need to start installation, is there a way can be installed directly with c program?
I started with the movefile want to copy directly to the fonts file, but not make, don't have to open and install it

CodePudding user response:

MoveFile () failure may be a permissions problem, use GetLastError () to see the specific reason, you must use the administrator privileges to access fonts directory,
  • Related