# `readFloatList`

*Function*

## Declaration

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

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

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

## See Also

### Values

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

