# `GSFontMaster axesValuesList`

*Instance Method*

The memory of the returned pointer must be freed by the caller.

## Declaration

```swift
func axesValuesList() -> UnsafeMutablePointer<CGFloat>?
```

```objc
- (CGFloat *) axesValuesList;
```

```python
axesValuesList() -> float
```

