Adobe Framemaker Type-1 font issue
We are trying to install Type1 fonts, but unfortunately fonts are not getting activated.
1. If I copy font manually to C:\Windows\Fonts then it works.
2. If I copy font through command to C:\Windows\Fonts then it shows that file copied, but does not work.
3. I put fonts in to MSI and with font registries, still did not work.
nothing left now, I am not sure, how will I resolve this issue. Can Anyone help me?
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
jagadeish
11 years ago
Can you try the below VBScript..
Const FONTS = &H14&
Set objShell = CreateObject("Shell.Application")
Set objFolder = objShell.Namespace(FONTS)
objFolder.CopyHere "<SourceFolder>\Font.extension"
Comments:
-
Go with John's scirpt, a copy will not work
http://blogs.technet.com/b/rspitz/archive/2010/09/25/how-to-install-a-font-from-the-command-line-on-windows-7.aspx - SMal.tmcc 11 years ago
Posted by:
piyushnasa
11 years ago