Install TT Font
Posted
by R. Whitworth
on February 5th, 2004
'**************************************************** 'modFonts (Fonts.bas) ' 'Exported functions: ' ' InstallTTFont (ret.: 0: An error occured ' 1: Successful ' 2: Same or newer file exists ' 3: System must be rebooted) ' strSourcePath As String ' strFontFileName As String ' Optional bolShowError As Boolean ' ' ShutdownSystem ' eType As eShutDown '**************************************************** 'NOTE: If the return value of InstallTTFont equals 3, ' you should call ShutdownSystem(shtForceReboot) ' after your installation succeeded (ask user). '****************************************************

Comments
You are the best
Posted by sohailch on 10/07/2009 03:06pmThanks R. Whitworth, I was looking for this solution from couple of days. I tried your solution it is very easy to use and working well. It has little problem that we need to restart the system after installation. In fact i am using vb installation program to install it install fonts that will be used by an Visual C++ application. My be thats why i have to restart the machine. But thanks for such an nice help.
Replyvery nice
Posted by ahsanm.m on 04/22/2007 07:32amit's very helpful for me.
ReplyHow to use this bas
Posted by Legacy on 09/09/1999 12:00amOriginally posted by: Randy
I wonder is there an example on how to use this bas module.
Reply