# `readTransformation`

*Function*

## Declaration

```swift
func readTransformation(_ line: UnsafePointer<CChar>!, _ pos: UnsafeMutablePointer<UInt>!) -> NSAffineTransformStruct
```

```objc
NSAffineTransformStruct readTransformation(const char *line, NSUInteger *pos);
```

```python
readTransformation(line: str, pos: int) -> NSAffineTransformStruct
```

## See Also

### Values

- [`String2Float`](/Core/GlyphsCore/String2Float)
- [`readInt`](/Core/GlyphsCore/readInt)
- [`readHex`](/Core/GlyphsCore/readHex)
- [`readFloat`](/Core/GlyphsCore/readFloat)
- [`readFloatList`](/Core/GlyphsCore/readFloatList)
- [`readIntList`](/Core/GlyphsCore/readIntList)
- [`readPoint`](/Core/GlyphsCore/readPoint)
- [`readColor`](/Core/GlyphsCore/readColor)
- [`readDate`](/Core/GlyphsCore/readDate)
- [`dateFromString`](/Core/GlyphsCore/dateFromString)

