Eru Posted March 20, 2007 Posted March 20, 2007 I'm using fileinstall to include a font that I like with a bot that I've made, but I've run into a problem. I included the file, it installs it to the correct spot, etc etc, but when I close the program and re-run it, the font doesn't display right. I close and reopen as many times as I have the patience for and it still doesn't work, but if I open up C:\Windows\Fonts and look for the file, I see it there and the next time I run the program, the font works in the program. Is it teasing me or is there something I need to do to make the program recognize the font? I thought of having it open the fonts folder, then close it again when the file is installed for the first time, but I hate aggie engineering things. Thanks again
Eru Posted March 20, 2007 Author Posted March 20, 2007 No, I didn't. I assumed that it actively looked for the font when it was needed. I'll put that note in the readme file. Thanks ^^
xcal Posted March 20, 2007 Posted March 20, 2007 ...but if I open up C:\Windows\Fonts and look for the file, I see it there and the next time I run the program, the font works in the program. Run('explorer ' & @WindowsDir & '\Fonts', '', @SW_HIDE) WinWait('Fonts') WinClose('Fonts') How To Ask Questions The Smart Way
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now