示例#1
0
 private static void Unload(string file)
 {
     if (DDWin32.RemoveFontResourceEx(file, DDWin32.FR_PRIVATE, IntPtr.Zero) == 0)             // ? 失敗
     {
         throw new DDError();
     }
 }