# `GSGlyphsInfo isRTLScript:`

*Type Method*

## Declaration

```swift
class func isRTLScript(_ script: String?) -> Bool
```

```objc
+ (BOOL) isRTLScript:(NSString *) script;
```

```python
isRTLScript_(script: str) -> bool
```

