有没有办法让 sIFR font-weight 作为字体?

发布于 2024-07-30 20:12:03 字数 584 浏览 3 评论 0原文

我有一个小问题。 我想在 sIFR 中使用 Helvetica Neue 75 Bold,但我无法制作一个有效的 sifr 文件。 它与 Helvetica Neue Ultra Light 和 Black 完美配合,但不适用于 Bold。 我想这是因为粗体是CSS中的一个选项,等等,但我已经尝试过了。 我还尝试将其转换为 ttf,然后通过 sIFR Generator 导出。 但后来字体的顶部被切掉了。 我尝试了好几次,也尝试了几种字体,但都发生了这种情况。 当我从闪存制作 sifr 文件时,这种情况永远不会发生。

我也尝试过 Coffeecup sIFR Font Maker,但因为他们还没有更新他们的程序(它不支持 r436),我也不想使用它。

有什么解决办法吗?

有没有办法让 Helvetica Neue 75 Bold 成为“普通”字体而不是字体粗细?

编辑:我使用 sifr-config.js 中的 offsetTop 方法修复了 sIFR 生成器中的文件(:

I have a little problem. I want to use Helvetica Neue 75 Bold in sIFR, but I can’t manage to make a working sifr-file. It works perfectly with Helvetica Neue Ultra Light, and Black, but not Bold. I guess it is because bold is an option in css, and so on, but I’ve tried that. I also tried to convert it to ttf, and then export it via sIFR Generator. but then the font got a cut in the top. I tried several times, and several fonts, and it happend on all. It never happens when I make the sifr-file from flash.

I’ve also tried Coffeecup sIFR Font Maker, but because they haven’t updated they’re programme (it doesn’t support the r436), i don’t want to use that either.

any solution?

is there a way to make Helvetica Neue 75 Bold as a “normal” font and not as a font-weight?

edit: I fixed the file from sIFR Generator with offsetTop method in the sifr-config.js (:

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

宛菡 2024-08-06 20:12:03

我使用 sifr-config.js 中的tuneHeight和offsetTop参数来解决这个问题! (:
( http://wiki.novemberborn.net/sifr3/JavaScript+Methods )

<强>tuneHeight(数字):
添加到 Flash 影片高度的正数或负数。 这允许调整文本周围的空间。

offsetTop(数字)
指定 Flash 影片内文本的垂直位置的正数或负数。

I used the tuneHeight and offsetTop parameters in sifr-config.js to fix this problem! (:
( http://wiki.novemberborn.net/sifr3/JavaScript+Methods )

tuneHeight (Number):
Positive or negative number which is added to the height of the Flash movie. This allows for tuning of the space surrounding the text.

offsetTop (Number):
Positive or negative number which specifies the vertical position of the text inside the Flash movie.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文