首页 > Windows开发 > 详细

wpf使用truetype字体ttf

时间:2017-09-11 00:10:24      阅读:353      评论:0      收藏:0      [点我收藏+]

查了半天都是语焉不详,这篇算是稍微详细点的:http://www.cnblogs.com/junhengml/p/6878933.html

要先查找到字体的字库名称,才能使用:

    <Window.Resources>
        <Style TargetType="TextBlock">
            <Setter Property="Width" Value="46"/>
            <Setter Property="Height" Value="89"/>
            <Setter Property="FontSize" Value="48"/>
            <Setter Property="HorizontalAlignment" Value="Center"/>
            <Setter Property="TextElement.FontFamily" Value="Resources/#LcdD"/>
        </Style>
        
    </Window.Resources>

 LcdD 是字库的名称,这点得弄清楚。

 

wpf使用truetype字体ttf

原文:http://www.cnblogs.com/macleo/p/7502935.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!