WPF Arial Black斜体在TextBlock中不起作用
问题描述:
当我将字体系列设置为Arial Black时,斜体不应用于Textblock。但它适用于Arial字体系列。
Italic is not applied to Textblock when i set font family as Arial Black. But it is working for Arial font family.
请查看以下示例代码..
Please find the below sample code..
答
似乎Arial Black不支持Italic。 使用Arial并设置其他属性以获得所需的内容。
Seems that Arial Black does not support Italic. Use Arial and set other properties to get what you want.