Creat font installer with Autoplay media studio 7

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Armanyes
    No longer a forum member
    • Oct 2005
    • 36

    Creat font installer with Autoplay media studio 7

    I want to make a font installer with Autoplay media studio 7 but I don't know how , is there anyone to help me create it ?

    I will appreciate it
  • Mina
    Forum Member
    • Oct 2005
    • 630

    #2
    Hmmm you could copy the font(s) to the "Fonts" folder in the "Windows" directory, or you could use
    Code:
    System.RegisterFont(Shell.GetFolder(SHF_FONTS).."\\My Font.ttf", "MyFontName", true);

    Comment

    • Armanyes
      No longer a forum member
      • Oct 2005
      • 36

      #3
      I have a lot of fonts that I want them to be installed with one click

      Comment

      Working...
      X