05-04-2010, 04:12 PM
How would you go about installing fonts with QM and replace any existing with the new file.
Thanks,
Jimmy Vig
Thanks,
Jimmy Vig
Install Fonts.
|
05-04-2010, 04:12 PM
How would you go about installing fonts with QM and replace any existing with the new file.
Thanks, Jimmy Vig
05-04-2010, 04:21 PM
MSDN:
Font Installation and Deletion AddFontResource
05-04-2010, 05:24 PM
Tried
int i=AddFontResource("\\APT62005\actapps\workstation files\newstribworkstations\all\FONTS\8514FIX.FON") out i Outputs "1" but does not install font.
12-29-2016, 07:15 AM
The "AddFontResource" command did not apply so I did the following:
Function font_install_example str font_temp.expandpath("$Cache$\Calibri.ttf");;font_path |
« Next Oldest | Next Newest »
|