gpt4 book ai didi

WPF - 添加自定义字体

转载 作者:行者123 更新时间:2023-12-03 20:08:28 26 4
gpt4 key购买 nike

我正在尝试在我的应用程序中添加自定义字体作为资源。
我在应用程序中有一个“CustomFont”目录,其中的所有字体都设置为“Resource”

<Window.Resources>
<Style x:Key="Gotham-XLight">
<Setter Property="TextElement.FontFamily"
Value="/CustomFonts;Component/#Gotham-XLight" />
</Style>
</Window.Resources>

然后在我的 TextBlock 上,我有这个:(在网格内)
<TextBlock x:Name="TimeTextBlock" Style="{DynamicResource Gotham-XLight}" 
TextAlignment="Center" FontSize="25" FontWeight="Bold"
Foreground="White" Text="TextBlockTimer"
Margin="105,242.974,0,226.975" HorizontalAlignment="Left"
Width="221.919" />

但我没有像人们说的那样看到我的字体。难道我做错了什么?

最佳答案

您可能要检查字体名称,您需要指定字体名称而不是文件名称。

双击字体文件,它应该显示“字体名称:”,这是您要确保在您的样式中指定的内容。

关于WPF - 添加自定义字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/358501/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com