# `GSRoundSize`

*Function*

## Declaration

```swift
func GSRoundSize(_ size: NSSize) -> NSSize
```

```objc
static NSSize GSRoundSize(NSSize size);
```

```python
GSRoundSize(size: NSSize) -> NSSize
```

## See Also

### Rounding and Grid

- [`GSUnitVector`](/Core/GlyphsCore/GSUnitVector)
- [`GSCross`](/Core/GlyphsCore/GSCross)
- [`GSRoundHandle`](/Core/GlyphsCore/GSRoundHandle)
- [`GSRoundGrid`](/Core/GlyphsCore/GSRoundGrid)
- [`GSRoundPoint`](/Core/GlyphsCore/GSRoundPoint)
- [`GSRoundPointToDirection`](/Core/GlyphsCore/GSRoundPointToDirection)
- [`GSRoundPointToLine`](/Core/GlyphsCore/GSRoundPointToLine)
- [`GSRoundPointGrid`](/Core/GlyphsCore/GSRoundPointGrid)
- [`GSRoundPointGridSetting`](/Core/GlyphsCore/GSRoundPointGridSetting)
- [`GSRoundPointGridSettingMax`](/Core/GlyphsCore/GSRoundPointGridSettingMax)
- [`GSRoundRectGrid`](/Core/GlyphsCore/GSRoundRectGrid)
- [`GSRoundRect`](/Core/GlyphsCore/GSRoundRect)

