gpt4 book ai didi

C# WinForms - 使用自定义字体不起作用

转载 作者:行者123 更新时间:2023-11-30 23:31:19 24 4
gpt4 key购买 nike

我正在从应用程序的目录路径加载字体。它在 Win10 上运行良好,但在 Win7 上“看不到”文件。

private static PrivateFontCollection myFonts = new PrivateFontCollection();
myFonts.AddFontFile(System.IO.Path.GetDirectoryName(Application.ExecutablePath) + "\\font.otf");

如何解决这个问题?

最佳答案

摘自 MSDN https://msdn.microsoft.com/en-us/library/system.drawing.text.privatefontcollection.addfontfile.aspx

FileNotFoundException: The specified font is not supported or the font file cannot be found.

它还指出

Windows Forms applications support TrueType fonts and have limited support for OpenType fonts.

因此,请尝试使用 TTF 文件而不是 OTF 文件。

关于C# WinForms - 使用自定义字体不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34639209/

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