> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XClosedCaptionFontStyle

> XClosedCaptionFontStyle

# XClosedCaptionFontStyle

폐쇄 자막 텍스트의 글꼴 스타일을 지정합니다.

## 구문

```cpp theme={null}
enum class XClosedCaptionFontStyle  : uint32_t  
{  
    Default = 0,  
    MonospacedWithSerifs = 1,  
    ProportionalWithSerifs = 2,  
    MonospacedWithoutSerifs = 3,  
    ProportionalWithoutSerifs = 4,  
    Casual = 5,  
    Cursive = 6,  
    SmallCapitals = 7  
}  
```

## 상수

| 상수                        | 설명                                               |
| ------------------------- | ------------------------------------------------ |
| Default                   | 폐쇄 자막 텍스트가 기본 글꼴 스타일을 사용합니다.                     |
| MonospacedWithSerifs      | 폐쇄 자막 텍스트가 세리프가 있는 고정폭 글꼴 스타일을 사용합니다.            |
| ProportionalWithSerifs    | 폐쇄 자막 텍스트가 세리프가 있는 비례 간격 글꼴 스타일을 사용합니다.          |
| MonospacedWithoutSerifs   | 폐쇄 자막 텍스트가 세리프가 없는 고정폭 글꼴 스타일을 사용합니다.            |
| ProportionalWithoutSerifs | 폐쇄 자막 텍스트가 세리프가 없는 비례 글꼴 스타일을 사용합니다.             |
| Casual                    | 폐쇄 자막 텍스트가 세리프가 있는 캐주얼(casual) 글꼴 스타일을 사용합니다.    |
| Cursive                   | 폐쇄 자막 텍스트가 필기체(cursive) 글꼴 스타일을 사용합니다.           |
| SmallCapitals             | 폐쇄 자막 텍스트가 작은 대문자(small capitals) 글꼴 스타일을 사용합니다. |

## 설명

[XClosedCaptionGetProperties](/reference/system/xaccessibility/functions/xclosedcaptiongetproperties) 함수를 호출하여 현재 폐쇄 자막 속성을 검색할 수 있습니다.
[XClosedCaptionGetProperties](/reference/system/xaccessibility/functions/xclosedcaptiongetproperties) 함수는 [XClosedCaptionProperties](/reference/system/xaccessibility/structs/xclosedcaptionproperties) 구조체에 대한 포인터를 인수로 받습니다.
**XClosedCaptionFontStyle** 열거형은 [XClosedCaptionProperties](/reference/system/xaccessibility/structs/xclosedcaptionproperties) 구조체의 멤버입니다.

## 요구 사항

**헤더:** XAccessibility.h

**지원 플랫폼:** Windows, XBOX One 제품군 콘솔 및 XBOX Series 콘솔

## 함께 보기

[XAccessibility](/reference/system/xaccessibility/xaccessibility_members)

[XClosedCaptionGetProperties](/reference/system/xaccessibility/functions/xclosedcaptiongetproperties)

[XClosedCaptionProperties](/reference/system/xaccessibility/structs/xclosedcaptionproperties)


## Related topics

- [XClosedCaptionProperties](/ko/reference/system/xaccessibility/structs/xclosedcaptionproperties.md)
- [XAccessibility](/ko/reference/system/xaccessibility/xaccessibility_members.md)
- [XClosedCaptionFontEdgeAttribute](/ko/reference/system/xaccessibility/enums/xclosedcaptionfontedgeattribute.md)
- [XClosedCaptionGetProperties](/ko/reference/system/xaccessibility/functions/xclosedcaptiongetproperties.md)
- [XClosedCaptionSetEnabled](/ko/reference/system/xaccessibility/functions/xclosedcaptionsetenabled.md)
