如何在 Windows 和 Windows 上安装字体MAC 使用 Silverlight?
我正在创建一个 silver light 4 应用程序,它使用我的自定义 Unicode 字体显示印地语文本,当我将其嵌入到 silver light 应用程序中时,它工作正常。
自定义字体大小在xap中压缩后大约15MB,太大了。那么有没有可能使用 Silverlight 在客户端计算机上安装字体。
I am creating a silver light 4 application which shows Hindi text using my custom Unicode font, its working fine when I embedded it in silver light application.
Custom font size is approximately 15 MB after compress in xap, it's too big. So is there any possible way to installed font on client machine using Silverlight.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不相信有办法实际安装它,除非可以在受信任的 SL4 浏览器外应用程序中实现。
您可能想要做的是将字体打包在单独的资源程序集中,并在 silverlight 应用程序上启用应用程序库缓存。
I do not belive there is a way to actually install it, unless it is possible in a trusted SL4 Out Of browser app.
What you may want to do is package the font in a separate resource assembly and enable application library caching on the silverlight application.
您可以执行此处所做的操作,使用 Blend SDK 创建字体的子集,使其更小:如何在.NET中创建子集字体?
You can do what was done over here to create a sub-set of your font using Blend SDK to make it much smaller: How to Create Subset Fonts in .NET?