# `GSFont axisValues(from:valueList:)`

*Type Method*

Axis values from internal axis positions in font-axis order.

## Declaration

```swift
static func axisValues(from axes: [GSAxis], valueList: [CGFloat]) -> [String : GSMetricStore]
```

## Discussion

The value list must contain one value per axis.

## See Also

### Axis Values

- [`GSFont axesValueSteps:`](/Core/GlyphsCore/GSFont/axesValueSteps:) — Returns sorted internal coordinate values for all masters and a glyph.
- [`GSFont axesValueSteps:glyph:`](/Core/GlyphsCore/GSFont/axesValueSteps:glyph:) — Returns sorted internal coordinate values for the selected masters and glyph.
- [`GSFont variationAxesRanges:`](/Core/GlyphsCore/GSFont/variationAxesRanges:) — Returns internal variation ranges keyed by OpenType variation tag.
- [`GSFont axesPositionsFromAxes:master:`](/Core/GlyphsCore/GSFont/axesPositionsFromAxes:master:) — Returns editable axis positions for a master in font-axis order.
- [`GSFont axisValueList(from:axesValues:)`](/Core/GlyphsCore/GSFont/axisValueList(from:axesValues:)) — Internal axis positions in the order of the supplied font axes.

