gpt4 book ai didi

vb.net - 在我的 winform 标签中使用自定义字体

转载 作者:行者123 更新时间:2023-12-04 23:05:24 26 4
gpt4 key购买 nike

我想知道是否可以为我的表单标签使用自定义字体而不在用户机器上安装它?我想使用我有权使用的字体显示文本,但它未安装在潜在用户计算机上。

有什么解决方案吗?

最佳答案

这是摘录(使用 PrivateFontCollection ):

Dim pfc As New PrivateFontCollection()
pfc.AddFontFile("C:\Path To\PALETX3.ttf")
label1.Font = New Font(pfc.Families(0), 16, FontStyle.Regular)

从这里转换: Load And Use Custom Font Without Installing It .

还要检查这个: Embedding/deploying custom font in .NET app

关于vb.net - 在我的 winform 标签中使用自定义字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13573916/

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