兔八哥极品软件园    运行: 4870天 | 文章:640 篇 | 评论:1005 条 | 碎语:1条

C# 使用内存字体,无释放无安装

作者:admin 发布于:2012-9-15 10:18 Saturday 分类:.NET

PrivateFontCollection pfc = new PrivateFontCollection();
            IntPtr MeAdd = Marshal.AllocHGlobal(Properties.Resources.TEC.Length);
            Marshal.Copy(Properties.Resources.TEC, 0, MeAdd, Properties.Resources.TEC.Length);
            pfc.AddMemoryFont(MeAdd, Properties.Resources.TEC.Length);
            
            Font f = new Fo...

阅读全文>>

标签: AddMemoryFont

评论(0) 引用(431) 浏览(127959)


Powered by 兔八哥极品软件 苏ICP备12049267号 sitemap