# `GlyphsPathPlugin.interfaceScale`

*Instance Property*

The scaling factor for interface elements.

## Declaration

```swift
var interfaceScale: CGFloat { get }
```

```objc
@property (nonatomic, readonly) CGFloat interfaceScale;
```

```python
interfaceScale() -> float
```

## Discussion

On Retina displays its 1.75, otherwise 1.0

