# `GSFont axisValueList(from:axesValues:)`

*Type Method*

Internal axis positions in the order of the supplied font axes.

## Declaration

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

## Discussion

Missing axis values contribute zero.

## 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 axisValues(from:valueList:)`](/Core/GlyphsCore/GSFont/axisValues(from:valueList:)) — Axis values from internal axis positions in font-axis order.

