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
?