# `GSEncodePoint`

*Function*

## Declaration

```swift
func GSEncodePoint(_ point: NSPoint, _ data: CFMutableData!, _ format: GSFormatVersion)
```

```objc
void GSEncodePoint(NSPoint point, CFMutableDataRef data, GSFormatVersion format);
```

```python
GSEncodePoint(point: NSPoint, data: CFMutableDataRef, format: GSFormatVersion)
```

## See Also

- [`nullTerminatedASCIIDataWithString`](/Core/GlyphsCore/nullTerminatedASCIIDataWithString)
- [`nullTerminatedASCIIDataWithPropertyList`](/Core/GlyphsCore/nullTerminatedASCIIDataWithPropertyList)
- [`dataWithPropertyList`](/Core/GlyphsCore/dataWithPropertyList)
- [`stringWithPropertyList`](/Core/GlyphsCore/stringWithPropertyList)
- [`stringWithPropertyListNoEscape`](/Core/GlyphsCore/stringWithPropertyListNoEscape)
- [`writePropertyListToFile`](/Core/GlyphsCore/writePropertyListToFile)
- [`writePropertyListToFileNoEscape`](/Core/GlyphsCore/writePropertyListToFileNoEscape)
- [`GSEncodeArray`](/Core/GlyphsCore/GSEncodeArray)
- [`GSEncodeString`](/Core/GlyphsCore/GSEncodeString)
- [`GSEncodeFloat`](/Core/GlyphsCore/GSEncodeFloat)
- [`GSEncodeColor`](/Core/GlyphsCore/GSEncodeColor)
- [`GSFlattenDictionary`](/Core/GlyphsCore/GSFlattenDictionary)
- [`GSFlattenArray`](/Core/GlyphsCore/GSFlattenArray)

