# `GSFixBounds`

*Function*

## Declaration

```swift
func GSFixBounds(_ bounds: UnsafeMutablePointer<NSRect>)
```

```objc
void GSFixBounds(NSRect *bounds);
```

```python
GSFixBounds(bounds: NSRect)
```

## See Also

### Curve Repair and Combination

- [`GSCombineSegments3`](/Core/GlyphsCore/GSCombineSegments3)
- [`GSCombineSegments3Fit`](/Core/GlyphsCore/GSCombineSegments3Fit)
- [`GSFixDeadCurve`](/Core/GlyphsCore/GSFixDeadCurve)
- [`GSNormalizeCubicHandleRatios`](/Core/GlyphsCore/GSNormalizeCubicHandleRatios)
- [`GSGetOptimalSplitParameter`](/Core/GlyphsCore/GSGetOptimalSplitParameter)
- [`GSShiftPointAlongLine`](/Core/GlyphsCore/GSShiftPointAlongLine)

