<Style TargetType="TextBlock" x:Key="tree-icon">
<Style.Setters>
<Setter Property="FontFamily" Value="/bleandApp1;component/static/font/font.ttf#FontAwesome"></Setter>
<Setter Property="FontSize" Value="18"/>
</Style.Setters>
</Style>

注意

/bleandApp1;component/static/font/font.ttf#FontAwesome

/bleandApp1 指的是 工程名称。。。
component/ 根路径 。。
static/font/font.ttf#FontAwesome 项目中具体路径
少一个都不对。。。。。。 注意了。。。。

或者是:
pack://application:,,,/static/font/font.ttf#FontAwesome
pack://application:,,,/不能少
static/font/font.ttf#FontAwesome 相对于项目根路径的文件夹。。

相关文章:

  • 2021-08-27
  • 2022-12-23
  • 2021-12-03
  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
猜你喜欢
  • 2022-12-23
  • 2021-03-30
  • 2021-12-03
  • 2021-12-14
  • 2021-09-02
  • 2022-12-23
  • 2021-08-17
相关资源
相似解决方案