XClosedCaptionProperties
描述隐藏字幕属性。
语法
typedef struct XClosedCaptionProperties {
XColor BackgroundColor;
XColor FontColor;
XColor WindowColor;
XClosedCaptionFontEdgeAttribute FontEdgeAttribute;
XClosedCaptionFontStyle FontStyle;
float FontScale;
bool Enabled;
} XClosedCaptionProperties
成员
BackgroundColor
类型:XColor
隐藏字幕背景色。
FontColor
类型:XColor
隐藏字幕文本字体的颜色。
WindowColor
类型:XColor
隐藏字幕窗口的颜色。
FontEdgeAttribute
类型:XClosedCaptionFontEdgeAttribute
隐藏字幕文本的字体边缘属性。
FontStyle
类型:XClosedCaptionFontStyle
隐藏字幕文本的字体样式。
FontScale
类型:float
隐藏字幕文本的字体缩放比例。
Enabled
类型:bool
如果启用隐藏字幕,则为 True;否则为 false。
备注
要检索当前隐藏字幕的属性,请调用 XClosedCaptionGetProperties 函数。 XClosedCaptionGetProperties 函数采用指向 XClosedCaptionProperties 结构的指针作为参数。
下面的示例演示如何检索隐藏字幕属性。
XClosedCaptionProperties ccProperties;
if (SUCCEEDED(XClosedCaptionGetProperties(&ccProperties))
{
// The game title can now access color and font settings in the ccProperties structure.
}
要求
头文件:XAccessibility.h
支持平台:Windows、Xbox One 系列主机和 Xbox Series 主机