gpt4 book ai didi

windows - 使用 Inno Setup 将字体安装到 PC

转载 作者:可可西里 更新时间:2023-11-01 14:49:34 24 4
gpt4 key购买 nike

我创建了一个 Windows 应用程序并使用了特定的字体。所以我需要使用 Inno Setup 将该字体安装到用户系统。

我使用了这段代码:

Source: "ARLRDBD.TTF"; DestDir: "{fonts}"; FontInstall: "Oz Handicraft BT"; \
Flags: onlyifdoesntexist uninsneveruninstall

但是这段代码在我的系统中测试时没有任何效果。

我怎样才能做到完美?

最佳答案

FontInstall - 这必须与您在资源管理器中双击字体文件时看到的完全相同的名称。在您的情况下,您留下了 Inno Setup 的帮助示例中的名称。

Source: "ARLRDBD.TTF"; DestDir: "{fonts}"; FontInstall: "Oz Handicraft BT"; Flags: onlyifdoesntexist uninsneveruninstall

Oz Handicraft BT不是ARLRDBD.TTF字体的真实名称。

ARLRDBD.TTF 的真实 FontInstall 值是 Arial Rounded MT Bold

关于windows - 使用 Inno Setup 将字体安装到 PC,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28186646/

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