---
title: isVertical
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsfont/isvertical
---

# isVertical

A Boolean value indicating whether the font is a vertical font.

## Declaration

```swift
var isVertical: Bool { get }
```

## Discussion

Discussion The value in this property is true for a vertical font or false otherwise.

## See Also

### Vertical Fonts

- [vertical](appkit/nsfont/vertical-6ym79.md)
