Font_Install(pFont) { FR_PRIVATE := 0x10 ;DllCall("GDI32.DLL\AddFontResource", str, pFont) DllCall("GDI32.DLL\AddFontResourceEx", str, pFont, UInt, FR_PRIVATE, Int, 0) ;SendMessage, 0x1D,,,, ahk_id 0xFFFF Return 1 }