# `copyReadTextLine`

*Function*

## Declaration

```swift
func copyReadTextLine(_ line: UnsafePointer<CChar>!, _ length: Int) -> String!
```

```objc
NSString *copyReadTextLine(const char *line, size_t length);
```

```python
copyReadTextLine(line: str, length: int) -> str
```

## See Also

### Text and Keys

- [`copyReadString`](/Core/GlyphsCore/copyReadString)
- [`copyReadQuotedString`](/Core/GlyphsCore/copyReadQuotedString)
- [`copyReadText`](/Core/GlyphsCore/copyReadText)
- [`copyReadKey`](/Core/GlyphsCore/copyReadKey)
- [`copyReadValue`](/Core/GlyphsCore/copyReadValue)
- [`skipWhite`](/Core/GlyphsCore/skipWhite)

