# `readIntList`

*Function*

## Declaration

```swift
func readIntList(_ line: UnsafePointer<CChar>!, _ pos: UnsafeMutablePointer<UInt>!, _ values: UnsafeMutablePointer<Int>!, _ count: UnsafeMutablePointer<Int>!) -> Bool
```

```objc
BOOL readIntList(const char *line, NSUInteger *pos, NSInteger *values, NSInteger *count);
```

```python
readIntList(line: str, pos: int, values: int, count: int) -> bool
```

## See Also

### Values

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

