<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 相对于项目根路径的文件夹。。