Skip to content

Instantly share code, notes, and snippets.

@Dobby233Liu
Created March 17, 2024 06:09
Show Gist options
  • Save Dobby233Liu/852e488a31e96c8b8af67e808bcb2a04 to your computer and use it in GitHub Desktop.
Save Dobby233Liu/852e488a31e96c8b8af67e808bcb2a04 to your computer and use it in GitHub Desktop.
sFontFn = "Fonts\方正像素.TTF"
Set objShell = CreateObject("Shell.Application")
Set objFs = CreateObject("Scripting.FileSystemObject")
Set objBaseDir = objShell.Namespace(objFs.GetParentFolderName(WScript.ScriptFullName))
nWinFontNsId = &H14&
objShell.Namespace(nWinFontNsId).CopyHere objBaseDir.ParseName(sFontFn)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment