# `GSGlyphsInfo updateGlyphInfo:changeName:`

*Instance Method*

Updates the glyph info in the Glyph.

## Declaration

```swift
func updateGlyphInfo(_ glyph: GSGlyph, changeName: Bool)
```

```objc
- (void) updateGlyphInfo:(GSGlyph *) glyph changeName:(BOOL) changeName;
```

```python
updateGlyphInfo_changeName_(glyph: GSGlyph, changeName: bool)
```

## Parameters

- `glyph` — The Glyph
- `changeName` — Keep the name and only update unicode, categories and script

