# `GSNameForOutlineFormat`

*Function*

The font format identifier corresponding to an outline format.

## Declaration

```swift
func GSNameForOutlineFormat(_ outlineFormat: GSOutlineFormat) -> GSFontFormat!
```

```objc
GSFontFormatGSNameForOutlineFormat(GSOutlineFormat outlineFormat);
```

```python
GSNameForOutlineFormat(outlineFormat: GSOutlineFormat) -> GSFontFormat
```

## See Also

### Formats and Grid Settings

- [`GSFileExtensionForOutlineFormat`](/Core/GlyphsCore/GSFileExtensionForOutlineFormat) — The file extension conventionally used for an outline format.
- [`GSIsMeaningfulGrid`](/Core/GlyphsCore/GSIsMeaningfulGrid) — Whether the grid enables coordinate rounding.
- [`GSIsUnitGridOrMore`](/Core/GlyphsCore/GSIsUnitGridOrMore) — Whether either effective grid interval is at least one unit.
- [`GSMakeGridSetting`](/Core/GlyphsCore/GSMakeGridSetting) — Grid settings with the same effective interval in both directions.
- [`GSMultiplicator`](/Core/GlyphsCore/GSMultiplicator)

