# `GSGlyphsInfo closestWeightClass:`

*Type Method*

## Declaration

```swift
class func closestWeightClass(_ weightClass: Int32) -> String?
```

```objc
+ (NSString *) closestWeightClass:(int) weightClass;
```

```python
closestWeightClass_(weightClass: int) -> str
```

