- [Core] Project restructure
This commit is contained in:
11
AssetStudio.Utility/FontHelper.cs
Normal file
11
AssetStudio.Utility/FontHelper.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace AssetStudio
|
||||
{
|
||||
public static class FontHelper
|
||||
{
|
||||
[DllImport("gdi32.dll")]
|
||||
public static extern IntPtr AddFontMemResourceEx(IntPtr pbFont, uint cbFont, IntPtr pdv, ref uint pcFonts);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user