Packaging Font with WPF application [closed]

℡╲_俬逩灬. 提交于 2020-01-16 01:13:12

问题


I want to package Microsoft Reader's - Frutiger font with my application as a resource. MSDN says:

As with most types of software, font files are licensed, rather than sold. Licenses that govern the use of fonts vary from vendor to vendor but in general most licenses, including those covering the fonts Microsoft supplies with applications and Windows, do not allow the fonts to be embedded within applications or otherwise redistributed. Therefore, as a developer it is your responsibility to ensure that you have the required license rights for any font you embed within an application or otherwise redistribute.

It also talks about fsType flag that indicates font embedding licensing rights. I am not quite sure how to figure that out, can I use this Font ?


回答1:


As far as I am aware the licence for this font prohibits it from being reused. if you view the file details for the font it states:

This font may not be given away, sold, rented or loaned to others in any way.

It also goes on to discuss acquiring licences for the fonts. If you go here you can see the purchase options for the Frutiger font:

http://www.linotype.com/469/frutiger-family.html



来源:https://stackoverflow.com/questions/6746869/packaging-font-with-wpf-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!