# `GSComponent updateComponentGlyphDontNotify`

*Instance Method*

Resolves the base glyph without registering a change to the component.

## Declaration

```swift
func updateGlyphDontNotify()
```

```objc
- (void) updateComponentGlyphDontNotify;
```

```python
updateComponentGlyphDontNotify()
```

## Discussion

The containing layer is still marked for a metrics update when the referenced glyph was renamed.

## See Also

### Base Glyph

- [`GSComponent.componentName`](/Core/GlyphsCore/GSComponent/componentName) — The name of the referenced base glyph.
- [`GSComponent.component`](/Core/GlyphsCore/GSComponent/component) — The base glyph resolved from [`GSComponent.componentName`](/Core/GlyphsCore/GSComponent/componentName) in the font of the containing layer.
- [`GSComponent updateComponentGlyph`](/Core/GlyphsCore/GSComponent/updateComponentGlyph) — Resolves the base glyph and updates the reference when the glyph was renamed.
- [`GSComponent updateComponentGlyphFast`](/Core/GlyphsCore/GSComponent/updateComponentGlyphFast) — Resolves the base glyph without undo or change notifications.

