改变TVML元素的字体权重

时间:2015-11-24 21:46:45

标签: css xml tvos tvml

我目前正在为 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-size)来进一步设置样式。

以下是我尝试过的一些尝试:

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

1 个答案:

答案 0 :(得分:4)

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

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