# `GSGlyphsInfo defaultVariationSelectors`

*Type Method*

StandardizedVariants.txt keys are glyph names for the first column, values is a list of (VS, name)

## Declaration

```swift
class func defaultVariationSelectors() -> [AnyHashable : Any]
```

```objc
+ (NSDictionary *) defaultVariationSelectors;
```

```python
defaultVariationSelectors() -> dict
```

