gpt4 book ai didi

css - 改变 TVML 元素的字体粗细

转载 作者:数据小太阳 更新时间:2023-10-29 02:26:02 27 4
gpt4 key购买 nike

我目前正在为 Apple TV 开发 TVML 应用程序,我一直在尝试对一些元素进行一些样式调整。

我已经能够关注 the TVML documentation通过这样做,我已经成功地将文本颜色从白色更改为黑色:

<description style="color: rgba(0, 0, 0)"> 
Selvage banjo authentic messenger bag, pork belly occupy heirloom...etc
</description>

现在,根据文档,我想通过更改其他样式(例如 font-weightlightfont-尺寸

以下是我的一些尝试:

1

<description style="color: rgba(0, 0, 0); font-weight: light"> 
text goes here
</description>

2

<description style="color: rgba(0, 0, 0) font-weight: light">
text goes here
</description>

3

<description style="font-weight: light">
text goes here
</description>

4

<description font-weight="light">
text goes here
</description>

不幸的是,我不知道如何让它工作。我正在使用 descriptiveAlertTemplate

最佳答案

您需要设置 tv-text-style: none - 例如:

<description style="tv-text-style: none; font-size:36; font-weight:regular;">

关于css - 改变 TVML 元素的字体粗细,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33904470/

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