# `GSGlyph.isTabular`

*Instance Property*

Whether the glyph uses a tabular-figure naming convention.

## Declaration

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

```objc
@property (nonatomic, readonly) BOOL isTabular;
```

```python
isTabular() -> bool
```

## Discussion

This recognizes the `.tf`, `.tosf`, and `.tnum` name components and does not compare advance widths.

## See Also

### Derived Glyph Info

- [`GSGlyph.isCJK`](/Core/GlyphsCore/GSGlyph/isCJK) — Whether the glyph uses CJK layout behavior.
- [`GSGlyph.isVerticalRotationClockwise`](/Core/GlyphsCore/GSGlyph/isVerticalRotationClockwise) — Whether the glyph is rotated clockwise in vertical text.

