PDA

View Full Version : Registering font on install


no stress
March 24th 05, 04:28 PM
I am installing a font with my driver:
Here is the inf section

;copy section
[MYFONT]
myfont.ttf

[DestinatonDirs]
MYFONT=20

[SourceDiskFiles]
myfont.ttf = 1

The font is copied to the windows\font directory but it is not registered.
I can register it by opening the fonts folder but this is kludgy. Is there
another way to register the font when the driver is installed?
Thanks

Byte
March 24th 05, 07:51 PM
Install or Remove a Font in Windows XP
http://www.daniweb.com/techtalkforums/showthread.php?t=4522

"no stress" wrote:

> I am installing a font with my driver:
> Here is the inf section
>
> ;copy section
> [MYFONT]
> myfont.ttf
>
> [DestinatonDirs]
> MYFONT=20
>
> [SourceDiskFiles]
> myfont.ttf = 1
>
> The font is copied to the windows\font directory but it is not registered.
> I can register it by opening the fonts folder but this is kludgy. Is there
> another way to register the font when the driver is installed?
> Thanks
>
>
>

Google