I am using the PROCEDURE InstallSystemFont() posted by agoeddeke on 21 Oct 04. It does exactly what I needed (thank you very much). Now I need a procedure that will do just the reverse - remove the font from AddFontResource from within VFP. I allow a user to view non-installed fonts and give them the option of installing or not. To do this I copy the font ttf file, which is in a table, to a temp folder and call InstallSystemFont(). If they choose not to install I need to ERASE that font file from the temp folder. Problem is the font file in in use by windows and can not be erased from the temp folder untill a reboot.
Would appreciate any help.
Would appreciate any help.