# `writeKeyValueFloat`

*Function*

## Declaration

```swift
func writeKeyValueFloat(_ file: UnsafeMutablePointer<FILE>, _ key: UnsafePointer<CChar>, _ Value: CGFloat) -> Bool
```

```objc
BOOL writeKeyValueFloat(FILE *file, const char *key, CGFloat Value);
```

```python
writeKeyValueFloat(file: FILE, key: str, Value: float) -> bool
```

## See Also

### Numbers and Data

- [`writeIntBuffer`](/Core/GlyphsCore/writeIntBuffer)
- [`writeIntList`](/Core/GlyphsCore/writeIntList)
- [`writeKeyValueData`](/Core/GlyphsCore/writeKeyValueData)
- [`writeKeyValueInt`](/Core/GlyphsCore/writeKeyValueInt)
- [`writeKeyValueIntBuffer`](/Core/GlyphsCore/writeKeyValueIntBuffer)
- [`writeValueInt`](/Core/GlyphsCore/writeValueInt)
- [`writeFloat`](/Core/GlyphsCore/writeFloat)
- [`writeValueFloat`](/Core/GlyphsCore/writeValueFloat)
- [`writeKeyValueFloatPrecision`](/Core/GlyphsCore/writeKeyValueFloatPrecision)
- [`writeKeyValueFloatList`](/Core/GlyphsCore/writeKeyValueFloatList)

